Duplicating Glucose package.

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

View File

@ -58,7 +58,7 @@ using namespace Gluco;
SeeAlso []
***********************************************************************/
Gluco::SimpSolver * glucose_solver_start()
SimpSolver * glucose_solver_start()
{
SimpSolver * S = new SimpSolver;
S->setIncrementalMode();
@ -339,7 +339,7 @@ int bmcg_sat_solver_add_and( bmcg_sat_solver * s, int iVar, int iVar0, int iVar1
SeeAlso []
***********************************************************************/
Gluco::Solver * glucose_solver_start()
Solver * glucose_solver_start()
{
Solver * S = new Solver;
S->setIncrementalMode();