summaryrefslogtreecommitdiff
path: root/src/prop/sat_solver.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-11-26 17:40:31 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-11-26 17:40:31 +0000
commit78f459b303ed292a297a36cd0c435fdd025b0865 (patch)
tree80be491bc4525d70d599fbd72869dd592f70d56a /src/prop/sat_solver.h
parentc3ca3d8c58cc9954f8ad190e1e2dedbcbb5372f0 (diff)
fixup for incremental solving
Diffstat (limited to 'src/prop/sat_solver.h')
-rw-r--r--src/prop/sat_solver.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/prop/sat_solver.h b/src/prop/sat_solver.h
index 4dadcbf38..e5d876b48 100644
--- a/src/prop/sat_solver.h
+++ b/src/prop/sat_solver.h
@@ -64,10 +64,7 @@ public:
/** Call modelValue() when the search is done.*/
virtual SatValue modelValue(SatLiteral l) = 0;
- virtual void unregisterVar(SatLiteral lit) = 0;
-
- virtual void renewVar(SatLiteral lit, int level = -1) = 0;
-
+ /** Get the current assertion level */
virtual unsigned getAssertionLevel() const = 0;
};/* class SatSolver */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback