mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
bail out of mb branching if lengths are not available
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
40b4ca7f86
commit
e6174c89f3
1 changed files with 2 additions and 2 deletions
|
@ -1485,7 +1485,7 @@ bool theory_seq::branch_variable_mb() {
|
|||
}
|
||||
|
||||
if (!enforce_length(e.ls(), len1) || !enforce_length(e.rs(), len2)) {
|
||||
change = true;
|
||||
// change = true;
|
||||
continue;
|
||||
}
|
||||
rational l1, l2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue