git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@395
e59a4935-1847-0410-ae03-
e826735625c1
// << percentage << endl;
bm->GetRunTimes()->stop(RunTimes::SendingToSAT);
bm->GetRunTimes()->start(RunTimes::Solving);
- newS.solve();
+#ifdef CRYPTOMINISAT
+ if (newS.simplify() == MINISAT::l_Undef)
+#endif
+ newS.solve();
bm->GetRunTimes()->stop(RunTimes::Solving);
if(!newS.okay())
{
bm->GetRunTimes()->stop(RunTimes::SendingToSAT);
bm->GetRunTimes()->start(RunTimes::Solving);
- newS.solve();
+#ifdef CRYPTOMINISAT
+ if (newS.simplify() == MINISAT::l_Undef)
+#endif
+ newS.solve();
bm->GetRunTimes()->stop(RunTimes::Solving);
bm->PrintStats(newS);
if (newS.okay())