squash-merge from proof branch
authorGuy <katz911@gmail.com>
Wed, 23 Mar 2016 19:07:59 +0000 (12:07 -0700)
committerGuy <katz911@gmail.com>
Wed, 23 Mar 2016 19:07:59 +0000 (12:07 -0700)
commitaa9aa46b77f048f2865c29e40ed946371fd115ef
tree254f392449a03901f7acb7a65e9499193d07ac9a
parent786cd2dd5b1c53f650c891d6dfbf299a62840848
squash-merge from proof branch
51 files changed:
proofs/signatures/Makefile.am
proofs/signatures/example-arrays.plf
proofs/signatures/th_arrays.plf
proofs/signatures/th_base.plf
proofs/signatures/th_int.plf [new file with mode: 0644]
proofs/signatures/th_lra.plf [new file with mode: 0644]
proofs/signatures/th_real.plf [new file with mode: 0644]
src/Makefile.am
src/options/bv_options
src/printer/smt2/smt2_printer.cpp
src/proof/arith_proof.cpp [new file with mode: 0644]
src/proof/arith_proof.h [new file with mode: 0644]
src/proof/array_proof.cpp [new file with mode: 0644]
src/proof/array_proof.h
src/proof/bitvector_proof.cpp
src/proof/bitvector_proof.h
src/proof/cnf_proof.cpp
src/proof/cnf_proof.h
src/proof/proof_manager.cpp
src/proof/proof_manager.h
src/proof/sat_proof.h
src/proof/sat_proof_implementation.h
src/proof/skolemization_manager.cpp [new file with mode: 0644]
src/proof/skolemization_manager.h [new file with mode: 0644]
src/proof/theory_proof.cpp
src/proof/theory_proof.h
src/proof/uf_proof.cpp
src/proof/uf_proof.h
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/prop/minisat/core/Solver.cc
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/prop/theory_proxy.cpp
src/smt/smt_engine_check_proof.cpp
src/theory/arrays/array_info.cpp
src/theory/arrays/array_info.h
src/theory/arrays/kinds
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h
src/theory/arrays/theory_arrays_type_rules.h
src/theory/bv/eager_bitblaster.cpp
src/theory/bv/lazy_bitblaster.cpp
src/theory/shared_terms_database.cpp
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/uf/equality_engine.cpp
src/theory/uf/equality_engine_types.h
src/theory/uf/theory_uf.cpp
src/theory/uf/theory_uf.h