Skip to content

Commit

Permalink
use parikh witness
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm committed May 4, 2024
1 parent 143f7e0 commit e156bf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static void applyReductions(MccTranslator reader, DoneProperties doneProp
if (newMode) {

ProblemSet problems = SMTBasedReachabilitySolver.prepareProblemSet(props, doneProps);
iter += SMTBasedReachabilitySolver.solveProblems(problems, spn, 10000, false, repr);
iter += SMTBasedReachabilitySolver.solveProblems(problems, spn, 10000, true, repr);
cleanupLists(props, doneProps, tocheck, tocheckIndexes);

int replayed = tryReplayParikh(problems, doneProps, repr, re, timeout);
Expand Down

0 comments on commit e156bf9

Please sign in to comment.