sat_module.h,cpp -> sat_solver.h,cpp (as intended)
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Sun, 25 Mar 2012 20:12:07 +0000 (20:12 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Sun, 25 Mar 2012 20:12:07 +0000 (20:12 +0000)
commit0d080430206880ffc19050acfa01aae1475f1978
treeb1334148abb7311eca1afcb00fdce69f606ac22f
parent426abc52a0f1631f2adee0eef845e3f8946c5088
sat_module.h,cpp -> sat_solver.h,cpp (as intended)
14 files changed:
src/prop/Makefile.am
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/prop/minisat/core/Solver.cc
src/prop/prop_engine.cpp
src/prop/sat_module.cpp [deleted file]
src/prop/sat_module.h [deleted file]
src/prop/sat_solver.cpp [new file with mode: 0644]
src/prop/sat_solver.h [new file with mode: 0644]
src/prop/theory_proxy.h
src/theory/bv/bitblast_strategies.cpp
src/theory/bv/bitblast_strategies.h
src/theory/bv/bv_sat.cpp
src/theory/bv/bv_sat.h