Duplicating Glucose package.

This commit is contained in:
Alan Mishchenko 2020-11-13 00:06:16 -08:00
parent fd41920a10
commit 5415fe521f
1 changed files with 2 additions and 2 deletions

View File

@ -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();