mirror of
https://github.com/Z3Prover/z3
synced 2026-07-02 13:26:10 +00:00
disable rewrite that makes nseq solving harder
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
db8a2f4f9e
commit
32eedde897
1 changed files with 3 additions and 0 deletions
|
|
@ -4371,6 +4371,9 @@ br_status seq_rewriter::mk_str_in_regexp(expr* a, expr* b, expr_ref& result) {
|
||||||
return BR_REWRITE_FULL;
|
return BR_REWRITE_FULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return BR_FAILED;
|
||||||
|
// disabled
|
||||||
|
|
||||||
expr_ref hd(m()), tl(m());
|
expr_ref hd(m()), tl(m());
|
||||||
if (get_head_tail(a, hd, tl)) {
|
if (get_head_tail(a, hd, tl)) {
|
||||||
//result = re().mk_in_re(tl, re().mk_derivative(hd, b));
|
//result = re().mk_in_re(tl, re().mk_derivative(hd, b));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue