mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
remove breaking experiment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1d8a904e99
commit
ea590def47
|
@ -1494,7 +1494,7 @@ bool theory_seq::internalize_term(app* term) {
|
|||
bool_var bv = ctx.mk_bool_var(term);
|
||||
ctx.set_var_theory(bv, get_id());
|
||||
ctx.mark_as_relevant(bv);
|
||||
#if 1
|
||||
#if 0
|
||||
// experiment
|
||||
if (m_util.str.is_contains(term))
|
||||
init_length_limit_for_contains(term);
|
||||
|
|
Loading…
Reference in a new issue