CNF proofs. Infrastructure for preprocessing proofs. Updates to smt.plf signature...
authorajreynol <andrew.j.reynolds@gmail.com>
Tue, 10 Mar 2015 14:15:26 +0000 (15:15 +0100)
committerajreynol <andrew.j.reynolds@gmail.com>
Tue, 10 Mar 2015 14:15:26 +0000 (15:15 +0100)
commit10df4ba0752eb23c76b9aa847e3ad116673a47b6
treef41eec3963b7a9d96c0ea85179227d88ae57f0f6
parent8d140a28c76095e148acd64e47b5ca0a92ca09be
CNF proofs.  Infrastructure for preprocessing proofs.  Updates to smt.plf signature.  Add regressions.
15 files changed:
proofs/signatures/smt.plf
proofs/signatures/th_base.plf
src/proof/cnf_proof.cpp
src/proof/cnf_proof.h
src/proof/proof_manager.cpp
src/proof/proof_manager.h
src/proof/sat_proof.cpp
src/proof/theory_proof.cpp
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/smt/smt_engine.cpp
test/regress/regress0/uf/Makefile.am
test/regress/regress0/uf/cnf-iff-base.smt2 [new file with mode: 0644]
test/regress/regress0/uf/cnf-iff.smt2 [new file with mode: 0644]
test/regress/regress0/uf/cnf-ite.smt2 [new file with mode: 0644]