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

Merge pull request #1727 from levnach/lev

remove tracing arith from theory_lra.cpp
This commit is contained in:
Nikolaj Bjorner 2018-07-03 09:58:50 -07:00 committed by GitHub
commit f201880d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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