mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
Update theory_lra.cpp
This commit is contained in:
parent
acad9fa62c
commit
a3e2e68d93
|
@ -1480,7 +1480,6 @@ public:
|
||||||
m_model_eqs.reset();
|
m_model_eqs.reset();
|
||||||
svector<lpvar> vars;
|
svector<lpvar> vars;
|
||||||
theory_var sz = static_cast<theory_var>(th.get_num_vars());
|
theory_var sz = static_cast<theory_var>(th.get_num_vars());
|
||||||
verbose_stream() << "check " << sz << "\n";
|
|
||||||
for (theory_var v = 0; v < sz; ++v) {
|
for (theory_var v = 0; v < sz; ++v) {
|
||||||
enode * n1 = get_enode(v);
|
enode * n1 = get_enode(v);
|
||||||
if (!th.is_relevant_and_shared(n1)) {
|
if (!th.is_relevant_and_shared(n1)) {
|
||||||
|
|
Loading…
Reference in a new issue