mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
use heap to track infeasible columns. (#6771)
* use heap to track infeasible columns * fix the formatting Signed-off-by: Lev Nachmanson <levnach@hotmail.com> --------- Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
4d44e60c33
commit
32ec02778e
12 changed files with 116 additions and 102 deletions
|
@ -1436,7 +1436,7 @@ void core::patch_monomials() {
|
|||
} else {
|
||||
m_lar_solver.pop();
|
||||
restore_tableau();
|
||||
m_lar_solver.clear_inf_set();
|
||||
m_lar_solver.clear_inf_heap();
|
||||
}
|
||||
SASSERT(m_lar_solver.ax_is_correct());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue