mirror of
https://github.com/Z3Prover/z3
synced 2026-06-29 11:58:51 +00:00
tweaks to string solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1745d271b4
commit
d5cf8e6263
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ bool theory_seq::len_based_split(depeq const& e) {
|
|||
expr_ref_vector const& rs = e.rs;
|
||||
|
||||
int offset = 0;
|
||||
if (!has_len_offset(ls, rs, offset))
|
||||
if (!has_len_offset(ls, rs, offset) || offset == 0)
|
||||
return false;
|
||||
|
||||
TRACE(seq, tout << "split based on length\n";);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue