summaryrefslogtreecommitdiff
path: root/src/prop/bvminisat/bvminisat.h
diff options
context:
space:
mode:
authorLiana Hadarean <lianahady@gmail.com>2012-10-03 19:41:45 +0000
committerLiana Hadarean <lianahady@gmail.com>2012-10-03 19:41:45 +0000
commit83722fdc9072c8bee19c2123176d77bef50bbe0d (patch)
tree540ca6db2838024addb26396f46ddcf123ebac7f /src/prop/bvminisat/bvminisat.h
parent98db56a7b94d62a1fb0aa3be555fb09b0f98449f (diff)
added support for interrupting TheoryBV
Diffstat (limited to 'src/prop/bvminisat/bvminisat.h')
-rw-r--r--src/prop/bvminisat/bvminisat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/prop/bvminisat/bvminisat.h b/src/prop/bvminisat/bvminisat.h
index e13775ab2..0dd208088 100644
--- a/src/prop/bvminisat/bvminisat.h
+++ b/src/prop/bvminisat/bvminisat.h
@@ -46,6 +46,10 @@ private:
toSatClause(clause, satClause);
d_notify->notify(satClause);
}
+
+ void safePoint() {
+ d_notify->safePoint();
+ }
};
BVMinisat::SimpSolver* d_minisat;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback