summaryrefslogtreecommitdiff
path: root/src/prop/cryptominisat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/cryptominisat.h')
-rw-r--r--src/prop/cryptominisat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prop/cryptominisat.h b/src/prop/cryptominisat.h
index c265b2f35..c5345cb86 100644
--- a/src/prop/cryptominisat.h
+++ b/src/prop/cryptominisat.h
@@ -64,6 +64,8 @@ public:
SatValue solve() override;
SatValue solve(long unsigned int&) override;
+ SatValue solve(const std::vector<SatLiteral>& assumptions) override;
+
bool ok() const override;
SatValue value(SatLiteral l) override;
SatValue modelValue(SatLiteral l) override;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback