3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

z3str3: continue instead of incorrectly giving up in solve_regex_automata (#4556)

This commit is contained in:
Murphy Berzish 2020-07-03 17:13:27 -05:00 committed by GitHub
parent 8d3caa00fe
commit e8690d28f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@ namespace smt {
continue;
} else {
// fixed-length model construction handles path constraints on our behalf, and with a better reduction
return false;
continue;
}
} else {
// no automata available, or else all bounds assumptions are invalid