mirror of
https://github.com/Z3Prover/z3
synced 2025-06-02 20:31:21 +00:00
Merge pull request #1727 from levnach/lev
remove tracing arith from theory_lra.cpp
This commit is contained in:
commit
f201880d77
1 changed files with 0 additions and 1 deletions
|
@ -1521,7 +1521,6 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
void propagate() {
|
void propagate() {
|
||||||
enable_trace("arith");
|
|
||||||
flush_bound_axioms();
|
flush_bound_axioms();
|
||||||
if (!can_propagate()) {
|
if (!can_propagate()) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue