Experiments with generating sat assignments.

This commit is contained in:
Alan Mishchenko 2016-05-15 16:43:10 -07:00
parent 8a56721494
commit fa111ff81b
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ int Gia_ManTestSatEnum( Gia_Man_t * p )
Vec_IntPush( vVars, pCnf->pVarNums[v] );
}
//sat_solver_act_var_clear( pSat );
sat_solver_set_polarity( pSat, Vec_IntArray(vVars), Vec_IntSize(vVars) );
//sat_solver_set_polarity( pSat, Vec_IntArray(vVars), Vec_IntSize(vVars) );
clk2 = Abc_Clock();
status = sat_solver_solve( pSat, NULL, NULL, 0, 0, 0, 0 );