Unsat core infrastruture and API (SMT-LIB compliance to come).
authorMorgan Deters <mdeters@cs.nyu.edu>
Fri, 22 Aug 2014 20:59:28 +0000 (16:59 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Fri, 22 Aug 2014 21:58:14 +0000 (17:58 -0400)
commit2dbe1f150d30f0fb0c8522f891104270ce09db4c
tree1305f3de890f4353c3b5695a93ab7e2419760617
parent4ec2c8eb8b8a50dc743119100767e101f19305f6
Unsat core infrastruture and API (SMT-LIB compliance to come).
46 files changed:
NEWS
src/expr/command.cpp
src/expr/command.h
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.h
src/printer/smt2/smt2_printer.cpp
src/proof/cnf_proof.cpp
src/proof/cnf_proof.h
src/proof/proof.h
src/proof/proof_manager.cpp
src/proof/proof_manager.h
src/proof/sat_proof.cpp
src/proof/sat_proof.h
src/prop/bvminisat/bvminisat.cpp
src/prop/bvminisat/bvminisat.h
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/minisat.cpp
src/prop/minisat/minisat.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_solver.h
src/prop/theory_proxy.cpp
src/smt/options
src/smt/options_handlers.h
src/smt/simplification_mode.cpp
src/smt/simplification_mode.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/smt/smt_engine_scope.h
src/theory/booleans/circuit_propagator.h
src/theory/bv/eager_bitblaster.cpp
src/theory/bv/lazy_bitblaster.cpp
src/theory/theory_engine.cpp
src/util/Makefile.am
src/util/ite_removal.cpp
src/util/ite_removal.h
src/util/unsat_core.cpp [new file with mode: 0644]
src/util/unsat_core.h [new file with mode: 0644]
src/util/unsat_core.i [new file with mode: 0644]
test/regress/regress0/Makefile.am
test/regress/regress0/simplification_bug3.cvc [deleted file]