3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

remove tracing arith from theory_lra.cpp

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2018-07-03 09:46:33 -07:00
parent a4dfde4671
commit f59ffc2986

View file

@ -1521,7 +1521,6 @@ public:
}
void propagate() {
enable_trace("arith");
flush_bound_axioms();
if (!can_propagate()) {
return;