File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -676,10 +676,10 @@ void ezSAT::preSolverCallback()
676
676
bool ezSAT::solver (const std::vector<int >&, std::vector<bool >&, const std::vector<int >&)
677
677
{
678
678
preSolverCallback ();
679
- fprintf (stderr, " ************************************************************************\n " );
680
- fprintf (stderr, " ERROR: You are trying to use the solve () method of the ezSAT base class!\n " );
679
+ fprintf (stderr, " ************************************************************************* \n " );
680
+ fprintf (stderr, " ERROR: You are trying to use the solver () method of the ezSAT base class!\n " );
681
681
fprintf (stderr, " Use a dervied class like ezMiniSAT instead.\n " );
682
- fprintf (stderr, " ************************************************************************\n " );
682
+ fprintf (stderr, " ************************************************************************* \n " );
683
683
abort ();
684
684
}
685
685
@@ -1332,7 +1332,7 @@ void ezSAT::printInternalState(FILE *f) const
1332
1332
fprintf (f, " \n " );
1333
1333
}
1334
1334
if (cnfConsumed)
1335
- fprintf (f, " *** more clauses consumed via cnfConsume () ***\n " );
1335
+ fprintf (f, " *** more clauses consumed via consumeCnf () ***\n " );
1336
1336
1337
1337
fprintf (f, " --8<-- snap --8<--\n " );
1338
1338
}
You can’t perform that action at this time.
0 commit comments