Commit 5415fe52 by Alan Mishchenko

Duplicating Glucose package.

parent fd41920a
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment