mirror of https://github.com/YosysHQ/abc.git
Experiments with Glucose.
This commit is contained in:
parent
03e7b7209e
commit
f1b7f9062e
|
|
@ -226,7 +226,7 @@ bool Solver::addClause_(vec<Lit>& ps)
|
||||||
|
|
||||||
if ( 0 ) {
|
if ( 0 ) {
|
||||||
for ( int i = 0; i < ps.size(); i++ )
|
for ( int i = 0; i < ps.size(); i++ )
|
||||||
printf( "%d ", ps[i] );
|
printf( "%d ", toInt(ps[i]) );
|
||||||
printf( "\n" );
|
printf( "\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue