This commit removes the CONST_INTEGER kind from nodes. This code comes from the branc...
authorTim King <taking@cs.nyu.edu>
Tue, 15 May 2012 19:01:19 +0000 (19:01 +0000)
committerTim King <taking@cs.nyu.edu>
Tue, 15 May 2012 19:01:19 +0000 (19:01 +0000)
commit488ae3f42d9d3e06978e11a42d1d47e76072f797
treef466859889ceee9947e20d695fd35f99065277f8
parentfe2088f892af594765fc50d8cc9f2b4f87286b7c
This commit removes the CONST_INTEGER kind from nodes. This code comes from the branch arithmetic/remove_const_int.
18 files changed:
src/compat/cvc3_compat.cpp
src/expr/pickler.cpp
src/parser/antlr_input.h
src/parser/cvc/Cvc.g
src/printer/cvc/cvc_printer.cpp
src/printer/smt2/smt2_printer.cpp
src/smt/smt_engine.cpp
src/theory/arith/arith_rewriter.cpp
src/theory/arith/arith_static_learner.cpp
src/theory/arith/arith_utilities.h
src/theory/arith/kinds
src/theory/arith/normal_form.h
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith_type_rules.h
test/unit/expr/expr_public.h
test/unit/expr/node_manager_black.h
test/unit/expr/node_manager_white.h
test/unit/expr/node_white.h