Adding Glucose 3.0 as a separate package.

This commit is contained in:
Alan Mishchenko 2017-09-06 16:36:54 -07:00
parent 1ca80e1f6c
commit 16a9c21c80
1 changed files with 2 additions and 1 deletions

View File

@ -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 )
{