mirror of
https://github.com/Z3Prover/z3
synced 2025-12-04 19:16:46 +00:00
gcd reduce and use c().val for sign constraints
This commit is contained in:
parent
018cb3c734
commit
e709885e72
3 changed files with 10 additions and 5 deletions
|
|
@ -211,6 +211,7 @@ namespace nla {
|
|||
lbool add_bounds(svector<lpvar> const &vars, vector<bound_assumption> &bounds);
|
||||
void saturate_constraints();
|
||||
|
||||
|
||||
void saturate_constraints2();
|
||||
void eliminate(lpvar mi);
|
||||
void ext_resolve(lpvar j, lp::constraint_index lo, lp::constraint_index hi);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue