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:
parent
8d3caa00fe
commit
e8690d28f8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue