sync files

This commit is contained in:
erik-krogh
2022-09-05 11:22:34 +02:00
parent 0162bc3c77
commit 3f1cb04f3e
3 changed files with 3 additions and 3 deletions

View File

@@ -890,7 +890,7 @@ module PrefixConstruction<isCandidateSig/1 isCandidate> {
private predicate lastStartState(RelevantState state) {
exists(RegExpRoot root |
state =
max(State s, Location l |
max(RelevantState s, Location l |
isStartState(s) and
getRoot(s.getRepr()) = root and
l = s.getRepr().getLocation()