diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2020-11-13 00:06:16 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2020-11-13 00:06:16 -0800 |
commit | 5415fe521f0bbc6535524587235cf281d71e16fa (patch) | |
tree | 17cada67af8ba16d8d70cd26efc852a6d95ec6f1 /src | |
parent | fd41920a103561202ac6a3167903879874162263 (diff) | |
download | abc-5415fe521f0bbc6535524587235cf281d71e16fa.tar.gz abc-5415fe521f0bbc6535524587235cf281d71e16fa.tar.bz2 abc-5415fe521f0bbc6535524587235cf281d71e16fa.zip |
Duplicating Glucose package.
Diffstat (limited to 'src')
-rw-r--r-- | src/sat/glucose2/AbcGlucose2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sat/glucose2/AbcGlucose2.cpp b/src/sat/glucose2/AbcGlucose2.cpp index dabaa6fb..ef2e1b20 100644 --- a/src/sat/glucose2/AbcGlucose2.cpp +++ b/src/sat/glucose2/AbcGlucose2.cpp @@ -58,7 +58,7 @@ using namespace Gluco2; SeeAlso [] ***********************************************************************/ -Gluco2::SimpSolver * glucose_solver_start() +SimpSolver * glucose_solver_start() { SimpSolver * S = new SimpSolver; S->setIncrementalMode(); @@ -339,7 +339,7 @@ int bmcg2_sat_solver_add_and( bmcg2_sat_solver * s, int iVar, int iVar0, int iVa SeeAlso [] ***********************************************************************/ -Gluco2::Solver * glucose_solver_start() +Solver * glucose_solver_start() { Solver * S = new Solver; S->setIncrementalMode(); |