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:
parent
d8cea7c8d5
commit
caa384f6c9
12 changed files with 95 additions and 43 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue