summaryrefslogtreecommitdiff
path: root/src/prop/cryptominisat.cpp
diff options
context:
space:
mode:
authorAndres Noetzli <noetzli@stanford.edu>2020-09-02 10:49:25 -0700
committerAndres Noetzli <noetzli@stanford.edu>2020-09-02 10:49:25 -0700
commitd1027ff41d87b60852609aaa5e0f8766e287f41d (patch)
tree4b3e4c0de66ca448b5ad8fb33e0a8d79f3552f89 /src/prop/cryptominisat.cpp
parentcf7d3c8733b3e5a2c6e6fcb5f63b1e117490bfdf (diff)
Fix CryptoMiniSat build, regressionfixCMSBuild
This commit fixes builds that include CryptoMiniSat after commit 8ad308b23c705e73507a42d2425289e999d47f86 removed them. It also fixes one of the regressions that requires unsat cores but was run when the build was configured without them.
Diffstat (limited to 'src/prop/cryptominisat.cpp')
-rw-r--r--src/prop/cryptominisat.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/prop/cryptominisat.cpp b/src/prop/cryptominisat.cpp
index 92817a70c..9927172be 100644
--- a/src/prop/cryptominisat.cpp
+++ b/src/prop/cryptominisat.cpp
@@ -62,7 +62,6 @@ void toInternalClause(SatClause& clause,
CryptoMinisatSolver::CryptoMinisatSolver(StatisticsRegistry* registry,
const std::string& name)
: d_solver(new CMSat::SATSolver()),
- d_bvp(nullptr),
d_numVariables(0),
d_okay(true),
d_statistics(registry, name)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback