Lemmas on demand work, push-pop, some cleanup.
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Tue, 9 Nov 2010 21:57:06 +0000 (21:57 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Tue, 9 Nov 2010 21:57:06 +0000 (21:57 +0000)
commitdf5f7fe03fda041429548bcb39abb8916ca2e291
tree46b08f3e35ee9c3d4c551d82f3e7e36582383f39
parent1f07775e9205b3f9e172a1ad218a9015b7265b58
Lemmas on demand work, push-pop, some cleanup.
41 files changed:
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/prop/minisat/core/Solver.cc
src/prop/minisat/core/Solver.h
src/prop/minisat/core/SolverTypes.h
src/prop/minisat/simp/SimpSolver.cc
src/prop/minisat/simp/SimpSolver.h
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/prop/sat.cpp
src/prop/sat.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/arith/arith_utilities.h
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith.h
src/theory/output_channel.h
src/theory/theory_engine.h
src/util/Makefile.am
src/util/bitvector.cpp [deleted file]
src/util/bitvector.h
src/util/integer_cln_imp.cpp [deleted file]
src/util/integer_cln_imp.h
src/util/integer_gmp_imp.cpp [deleted file]
src/util/integer_gmp_imp.h
src/util/options.cpp
src/util/options.h
test/regress/regress0/Makefile.am
test/regress/regress0/lemmas/Makefile.am [new file with mode: 0644]
test/regress/regress0/lemmas/clocksynchro_5clocks.main_invar.base.model.smt [new file with mode: 0644]
test/regress/regress0/lemmas/clocksynchro_5clocks.main_invar.base.smt [new file with mode: 0644]
test/regress/regress0/lemmas/fischer3-mutex-16.smt [new file with mode: 0644]
test/regress/regress0/lemmas/fs_not_sc_seen.induction.smt [new file with mode: 0644]
test/regress/regress0/lemmas/mode_cntrl.induction.smt [new file with mode: 0644]
test/regress/regress0/lemmas/pursuit-safety-8.smt [new file with mode: 0644]
test/regress/regress0/lemmas/sc_init_frame_gap.induction.smt [new file with mode: 0644]
test/regress/regress0/lemmas/simple_startup_9nodes.abstract.base.smt [new file with mode: 0644]
test/regress/regress0/push-pop/test.00.cvc [new file with mode: 0644]
test/regress/regress0/push-pop/test.01.cvc [new file with mode: 0644]
test/unit/prop/cnf_stream_black.h
test/unit/theory/theory_arith_white.h