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