Experiments with Glucose.

This commit is contained in:
Alan Mishchenko 2017-09-07 23:02:26 -07:00
parent 03e7b7209e
commit f1b7f9062e
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ bool Solver::addClause_(vec<Lit>& ps)
if ( 0 ) {
for ( int i = 0; i < ps.size(); i++ )
printf( "%d ", ps[i] );
printf( "%d ", toInt(ps[i]) );
printf( "\n" );
}