Commit f1b7f906 by Alan Mishchenko

Experiments with Glucose.

parent 03e7b720
......@@ -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" );
}
......
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