summaryrefslogtreecommitdiff
path: root/src/prop/sat_solver_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/sat_solver_factory.cpp')
-rw-r--r--src/prop/sat_solver_factory.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/prop/sat_solver_factory.cpp b/src/prop/sat_solver_factory.cpp
index 0855cbda5..7852fc4e7 100644
--- a/src/prop/sat_solver_factory.cpp
+++ b/src/prop/sat_solver_factory.cpp
@@ -15,7 +15,6 @@
#include "prop/sat_solver_factory.h"
-#include "prop/bvminisat/bvminisat.h"
#include "prop/cadical.h"
#include "prop/cryptominisat.h"
#include "prop/kissat.h"
@@ -24,14 +23,6 @@
namespace cvc5 {
namespace prop {
-BVSatSolverInterface* SatSolverFactory::createMinisat(
- context::Context* mainSatContext,
- StatisticsRegistry& registry,
- const std::string& name)
-{
- return new BVMinisatSatSolver(registry, mainSatContext, name);
-}
-
MinisatSatSolver* SatSolverFactory::createCDCLTMinisat(
StatisticsRegistry& registry)
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback