Unifying the definitions of ClauseId to a single source of truth.
authorTim King <taking@cs.nyu.edu>
Wed, 24 Feb 2016 08:19:12 +0000 (00:19 -0800)
committerTim King <taking@cs.nyu.edu>
Wed, 24 Feb 2016 08:19:12 +0000 (00:19 -0800)
commit46001072a4420085b8aa72fa03befa1092a3e9dc
tree5481c9faba2a671ac5f046abab6b487c40a96159
parentad3036f0bcaf634489b7e745dcf87bd2102d92aa
Unifying the definitions of ClauseId to a single source of truth.
23 files changed:
src/Makefile.am
src/proof/bitvector_proof.cpp
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/theory_proof.cpp
src/proof/theory_proof.h
src/prop/bvminisat/bvminisat.cpp
src/prop/bvminisat/bvminisat.h
src/prop/bvminisat/core/Solver.cc
src/prop/bvminisat/core/Solver.h
src/prop/bvminisat/simp/SimpSolver.cc
src/prop/bvminisat/simp/SimpSolver.h
src/prop/cnf_stream.cpp
src/prop/minisat/core/Solver.cc
src/prop/minisat/core/Solver.h
src/prop/minisat/minisat.cpp
src/prop/minisat/simp/SimpSolver.cc
src/prop/minisat/simp/SimpSolver.h
src/prop/sat_solver.h