more pruning based on states being inside a repetition

This commit is contained in:
Erik Krogh Kristensen
2020-11-25 10:03:54 +01:00
parent 9468a6e8dc
commit f576144ec6

View File

@@ -702,7 +702,9 @@ predicate isFork(State q, InputSymbol s1, InputSymbol s2, State r1, State r2) {
r1 != r2
or
r1 = r2 and q1 != q2
)
) and
stateInsideBacktracking(r1) and
stateInsideBacktracking(r2)
}
/**