mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Update theory_lra.cpp
This commit is contained in:
parent
acad9fa62c
commit
a3e2e68d93
1 changed files with 0 additions and 1 deletions
|
@ -1480,7 +1480,6 @@ public:
|
|||
m_model_eqs.reset();
|
||||
svector<lpvar> 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) {
|
||||
enode * n1 = get_enode(v);
|
||||
if (!th.is_relevant_and_shared(n1)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue