3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

remove relevancy testing experiment

This commit is contained in:
Murphy Berzish 2016-09-14 17:42:40 -04:00
parent f22f4da023
commit d334403720

View file

@ -151,7 +151,6 @@ void theory_str::assert_axiom(expr * e) {
ctx.internalize(e, true);
}
literal lit(ctx.get_literal(e));
// TESTING!
ctx.mark_as_relevant(lit);
ctx.mk_th_axiom(get_id(), 1, &lit);