mirror of https://github.com/YosysHQ/abc.git
Improvements to the new abstraction code.
This commit is contained in:
parent
bc81cf2dae
commit
0ff0a552a5
|
|
@ -315,8 +315,8 @@ int Aig_Gla2CreateSatSolver( Aig_Gla2Man_t * p )
|
||||||
sat_solver_store_mark_roots( p->pSat );
|
sat_solver_store_mark_roots( p->pSat );
|
||||||
|
|
||||||
if ( p->fVerbose )
|
if ( p->fVerbose )
|
||||||
printf( "The resulting SAT problem contains %d vars, %d clauses, and %d literals.\n",
|
printf( "The resulting SAT problem contains %d variables and %d clauses.\n",
|
||||||
p->pSat->size, p->pSat->stats.clauses, p->pSat->stats.tot_literals );
|
p->pSat->size, p->pSat->stats.clauses );
|
||||||
return RetValue;
|
return RetValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue