merged the proofgen3 branch into trunk:
authorLiana Hadarean <lianahady@gmail.com>
Fri, 28 Oct 2011 19:24:38 +0000 (19:24 +0000)
committerLiana Hadarean <lianahady@gmail.com>
Fri, 28 Oct 2011 19:24:38 +0000 (19:24 +0000)
commitb084a7efa9d65ec2f7475caa8486f8fd4cbafbd5
treee118097c88787b7f2899bb8b2cbf865d058ef6bf
parent9547a48a7cdab8786c080779930de9c39655c52b
merged the proofgen3 branch into trunk:
    - can now output LFSC checkable resolution proofs
    - added configuration option  --enable-proof
    - added command line argument --proof
To turn proofs on build with proofs enabled and run with --proof.
25 files changed:
config/build-type
config/cvc4.m4
configure.ac
src/Makefile.am
src/main/usage.h
src/proof/Makefile [new file with mode: 0644]
src/proof/Makefile.am [new file with mode: 0644]
src/proof/cnf_proof.cpp [new file with mode: 0644]
src/proof/cnf_proof.h [new file with mode: 0644]
src/proof/proof.h [new file with mode: 0644]
src/proof/proof_manager.cpp [new file with mode: 0644]
src/proof/proof_manager.h [new file with mode: 0644]
src/proof/sat_proof.cpp [new file with mode: 0644]
src/proof/sat_proof.h [new file with mode: 0644]
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/smt/smt_engine.cpp
src/smt/smt_engine.h
src/util/configuration.cpp
src/util/configuration.h
src/util/configuration_private.h
src/util/options.cpp
src/util/options.h