mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
out
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
377d060036
commit
04edfc9fdb
1 changed files with 0 additions and 2 deletions
|
@ -1155,8 +1155,6 @@ br_status seq_rewriter::mk_seq_extract(expr* a, expr* b, expr* c, expr_ref& resu
|
|||
if (str().is_extract(a, a1, b1, c1) &&
|
||||
is_prefix(a, b, c) && is_suffix(a1, b1, c1)) {
|
||||
expr_ref q(m_autil.mk_sub(c, str().mk_length(a)), m());
|
||||
std::cout << "prefix-suffix " << mk_pp(a, m()) << " " << mk_pp(b, m()) << " " << mk_pp(c, m()) << "\n";
|
||||
std::cout << q << "\n";
|
||||
result = str().mk_substr(a1, b1, m_autil.mk_add(c1, q));
|
||||
return BR_REWRITE3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue