summaryrefslogtreecommitdiff
path: root/src/prop/minisat/simp/SimpSolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/minisat/simp/SimpSolver.h')
-rw-r--r--src/prop/minisat/simp/SimpSolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/minisat/simp/SimpSolver.h b/src/prop/minisat/simp/SimpSolver.h
index e9116001f..878d799a5 100644
--- a/src/prop/minisat/simp/SimpSolver.h
+++ b/src/prop/minisat/simp/SimpSolver.h
@@ -46,7 +46,7 @@ class SimpSolver : public Solver {
// Problem specification:
//
- Var newVar (bool polarity = true, bool dvar = true, bool theoryAtom = false);
+ Var newVar (bool polarity = true, bool dvar = true, bool isTheoryAtom = false, bool preRegister = false, bool canErase = true);
bool addClause (const vec<Lit>& ps, bool removable);
bool addEmptyClause(bool removable); // Add the empty clause to the solver.
bool addClause (Lit p, bool removable); // Add a unit clause to the solver.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback