mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
testing fixplex
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8d43d98710
commit
2b6308af74
2 changed files with 69 additions and 22 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