Commit 2f65566d by Alan Mishchenko

Duplicating Glucose package.

parent 5415fe52
......@@ -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();
......
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