first draft implementation of uf proofs with holes
authorLiana Hadarean <lianahady@gmail.com>
Tue, 8 Oct 2013 02:49:45 +0000 (22:49 -0400)
committerLiana Hadarean <lianahady@gmail.com>
Tue, 8 Oct 2013 02:54:01 +0000 (22:54 -0400)
commit867e79e0823c689889224078dfaebec03aee9730
treeb4c8281beda8f5263e32145e22dc58c7b1b8209a
parent1a56238b7ed75c6127293cb7c52d5b6b85245c64
first draft implementation of uf proofs with holes
src/proof/Makefile.am
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/sat_proof.h
src/proof/theory_proof.cpp [new file with mode: 0644]
src/proof/theory_proof.h [new file with mode: 0644]
src/prop/cnf_stream.cpp
src/prop/minisat/core/Solver.cc