projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e063e52
)
simplification minisat
author
Dejan Jovanović
<dejan.jovanovic@gmail.com>
Sat, 13 Feb 2010 21:30:18 +0000
(21:30 +0000)
committer
Dejan Jovanović
<dejan.jovanovic@gmail.com>
Sat, 13 Feb 2010 21:30:18 +0000
(21:30 +0000)
src/prop/sat.h
patch
|
blob
|
history
diff --git
a/src/prop/sat.h
b/src/prop/sat.h
index 9375e37ecfa55dfc3c7df4689e9478d0eb144580..350537d8f218b712282a231cb6f3c58bbd8317ae 100644
(file)
--- a/
src/prop/sat.h
+++ b/
src/prop/sat.h
@@
-23,12
+23,13
@@
#include "util/options.h"
#include "prop/minisat/core/Solver.h"
#include "prop/minisat/core/SolverTypes.h"
+#include "prop/minisat/simp/SimpSolver.h"
namespace CVC4 {
namespace prop {
/** The solver we are using */
-typedef minisat::Solver SatSolver;
+typedef minisat::S
impS
olver SatSolver;
/** Type of the SAT variables */
typedef minisat::Var SatVariable;