mirror of https://github.com/YosysHQ/abc.git
Adding Glucose 3.0 as a separate package.
This commit is contained in:
parent
1ca80e1f6c
commit
16a9c21c80
|
|
@ -80,6 +80,7 @@ int Abc_CommandGlucose( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
int verb = 0;
|
||||
int nConfls = 0;
|
||||
|
||||
ExtSat_Pars pPars;
|
||||
Extra_UtilGetoptReset();
|
||||
while ( ( c = Extra_UtilGetopt( argc, argv, "Cpvh" ) ) != EOF )
|
||||
{
|
||||
|
|
@ -109,7 +110,7 @@ int Abc_CommandGlucose( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
}
|
||||
}
|
||||
|
||||
ExtSat_Pars pPars = ExtSat_CreatePars(pre,verb,0,nConfls);
|
||||
pPars = ExtSat_CreatePars(pre,verb,0,nConfls);
|
||||
|
||||
if ( argc == globalUtilOptind + 1 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue