Commit fa111ff8 by Alan Mishchenko

Experiments with generating sat assignments.

parent 8a567214
......@@ -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 );
......
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