mirror of https://github.com/YosysHQ/abc.git
Duplicating Glucose package.
This commit is contained in:
parent
5415fe521f
commit
2f65566d43
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue