mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 21:26:59 +00:00
a fix in maximize_term
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
01b5db63e6
commit
ef2cdc226a
3 changed files with 25 additions and 2 deletions
|
@ -50,7 +50,6 @@ public:
|
|||
// main function to check that the solution provided by lar_solver is valid for integral values,
|
||||
// or provide a way of how it can be adjusted.
|
||||
lia_move check(lar_term& t, mpq& k, explanation& ex, bool & upper);
|
||||
lia_move check_(lar_term& t, mpq& k, explanation& ex, bool & upper);
|
||||
bool move_non_basic_column_to_bounds(unsigned j);
|
||||
lia_move check_wrapper(lar_term& t, mpq& k, explanation& ex);
|
||||
bool is_base(unsigned j) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue