mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
add TRACE stmts, more efficient remove from inf_heap
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
167e0dc66d
commit
ff875c936f
3 changed files with 8 additions and 8 deletions
|
@ -393,10 +393,6 @@ class lar_solver : public column_namer {
|
|||
m_mpq_lar_core_solver.m_r_solver.inf_heap().clear();
|
||||
}
|
||||
|
||||
inline void remove_column_from_inf_set(unsigned j) {
|
||||
m_mpq_lar_core_solver.m_r_solver.remove_column_from_inf_heap(j);
|
||||
}
|
||||
|
||||
void pivot(int entering, int leaving) {
|
||||
m_mpq_lar_core_solver.pivot(entering, leaving);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue