summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2010-02-13 21:30:18 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2010-02-13 21:30:18 +0000
commit69248e7ee22494ccefe0ce21fe4b834eb60df2e1 (patch)
treee888ef1dcf3bf58801728769285ec6d0096beb54 /src/prop
parente063e5258a2a223cc0ab3aee3cb30041c4b907f8 (diff)
simplification minisat
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/sat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/prop/sat.h b/src/prop/sat.h
index 9375e37ec..350537d8f 100644
--- 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::SimpSolver SatSolver;
/** Type of the SAT variables */
typedef minisat::Var SatVariable;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback