Skip to content

Commit

Permalink
turn szs on
Browse files Browse the repository at this point in the history
  • Loading branch information
Giles committed Aug 2, 2017
1 parent 403c51b commit ea5e4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CASC/CLTBMode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void CLTBMode::perform()
// to prevent from terminating by time limit
env.options->setTimeLimitInSeconds(100000);

//UIHelper::szsOutput = true;
UIHelper::szsOutput = true;
env.options->setProof(Options::Proof::TPTP);
env.options->setStatistics(Options::Statistics::NONE);

Expand Down Expand Up @@ -1245,7 +1245,7 @@ void CLTBProblem::searchForProof(int terminationTime,int timeLimit,const Categor
// now all the cpu usage will be in children, we'll just be waiting for them
Timer::setTimeLimitEnforcement(false);

//UIHelper::szsOutput=true;
UIHelper::szsOutput=true;

performStrategy(terminationTime,timeLimit,category,property);
exitOnNoSuccess();
Expand Down

0 comments on commit ea5e4ab

Please sign in to comment.