mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
fixes in bound setting in cube, and in lar_solver
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
9cce01e632
commit
a80eb13420
3 changed files with 10 additions and 7 deletions
|
@ -169,7 +169,7 @@ public:
|
|||
|
||||
void add_new_var_to_core_fields_for_mpq(bool register_in_basis);
|
||||
|
||||
mpq adjust_bound_for_int(lpvar j, lconstraint_kind, const mpq&);
|
||||
mpq adjust_bound_for_int(lpvar j, lconstraint_kind&, const mpq&);
|
||||
|
||||
|
||||
// terms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue