mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
fix perf regression for new solver, missing equality propagations #5106
This commit is contained in:
parent
bb2c40072e
commit
d6691830c7
|
@ -570,7 +570,6 @@ class theory_lra::imp {
|
|||
}
|
||||
|
||||
void mk_clause(literal l1, literal l2, literal l3, unsigned num_params, parameter * params) {
|
||||
TRACE("arith", literal lits[3]; lits[0] = l1; lits[1] = l2; lits[2] = l3; ctx().display_literals_verbose(tout, 3, lits); tout << "\n";);
|
||||
ctx().mk_th_axiom(get_id(), l1, l2, l3, num_params, params);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue