mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c9d6dccc12
commit
9ae3339c33
4 changed files with 21 additions and 12 deletions
|
@ -140,8 +140,10 @@ namespace seq {
|
|||
return;
|
||||
}
|
||||
if (is_extract_suffix(s, _i, _l)) {
|
||||
extract_suffix_axiom(e, i, l);
|
||||
return;
|
||||
}
|
||||
TRACE("seq", tout << s << " " << i << " " << l << "\n";);
|
||||
expr_ref x = m_sk.mk_pre(s, i);
|
||||
expr_ref ls = mk_len(_s);
|
||||
expr_ref lx = mk_len(x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue