mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
restore the scheme of m_columns_with_changed_bounds
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
a88aa7ffa5
commit
edd1761ff3
8 changed files with 47 additions and 34 deletions
|
@ -35,7 +35,7 @@ namespace nla {
|
|||
bool is_zero(lpvar v) const;
|
||||
|
||||
// monomial propagation
|
||||
void unit_propagate(monic const& m);
|
||||
void unit_propagate(monic & m);
|
||||
bool is_linear(monic const& m);
|
||||
rational fixed_var_product(monic const& m);
|
||||
lpvar non_fixed_var(monic const& m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue