3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 03:15:50 +00:00

make m_inf_set private and cosmetic improvements in nla patching

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-05-25 13:46:47 -07:00
parent d8cea7c8d5
commit caa384f6c9
12 changed files with 95 additions and 43 deletions

View file

@ -362,6 +362,8 @@ public:
return m_mpq_lar_core_solver.lower_bound(j);
}
void pivot_column_tableau(unsigned j, unsigned row_index);
inline const impq & column_upper_bound(unsigned j) const {
return m_mpq_lar_core_solver.upper_bound(j);
}