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:
parent
f22f4da023
commit
d334403720
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue