mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
Merge branch 'polysat' of https://github.com/z3prover/z3 into polysat
This commit is contained in:
commit
d6d24d7839
2 changed files with 160 additions and 1 deletions
|
@ -608,7 +608,7 @@ namespace polysat {
|
|||
return;
|
||||
if (m_var_is_touched.get(v, false))
|
||||
return;
|
||||
m_var_is_touched.set(v, true);
|
||||
m_var_is_touched.setx(v, true, false);
|
||||
for (auto idx : m_var2ineqs[v]) {
|
||||
if (!m_ineqs[idx].is_active) {
|
||||
m_ineqs[idx].is_active = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue