3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 20:38:43 +00:00

disable new incomplete functionality for master

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-05-19 15:56:57 -07:00
parent 1ce63363ba
commit 287bccde30

View file

@ -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 tl(m());
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
#endif
scoped_ptr<eautomaton> aut;
expr_ref_vector seq(m());