mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
disable new incomplete functionality for master
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1ce63363ba
commit
287bccde30
|
@ -2242,6 +2242,7 @@ br_status seq_rewriter::mk_str_in_regexp(expr* a, expr* b, expr_ref& result) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
expr_ref hd(m());
|
expr_ref hd(m());
|
||||||
expr_ref tl(m());
|
expr_ref tl(m());
|
||||||
if (get_head_tail(a, hd, tl)) {
|
if (get_head_tail(a, hd, tl)) {
|
||||||
|
@ -2253,6 +2254,7 @@ br_status seq_rewriter::mk_str_in_regexp(expr* a, expr* b, expr_ref& result) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return BR_FAILED; // For testing purposes, only depend on new functionality
|
return BR_FAILED; // For testing purposes, only depend on new functionality
|
||||||
|
#endif
|
||||||
|
|
||||||
scoped_ptr<eautomaton> aut;
|
scoped_ptr<eautomaton> aut;
|
||||||
expr_ref_vector seq(m());
|
expr_ref_vector seq(m());
|
||||||
|
|
Loading…
Reference in a new issue