mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
z3str3: continue instead of incorrectly giving up in solve_regex_automata (#4556)
This commit is contained in:
parent
8d3caa00fe
commit
e8690d28f8
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ namespace smt {
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
// fixed-length model construction handles path constraints on our behalf, and with a better reduction
|
// fixed-length model construction handles path constraints on our behalf, and with a better reduction
|
||||||
return false;
|
continue;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// no automata available, or else all bounds assumptions are invalid
|
// no automata available, or else all bounds assumptions are invalid
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue