mirror of
https://github.com/Z3Prover/z3
synced 2025-10-02 14:09:30 +00:00
fixing bug with optimization
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6919f335a1
commit
11010086be
2 changed files with 111 additions and 10 deletions
|
|
@ -853,6 +853,7 @@ namespace smt {
|
|||
|
||||
void add_tmp_row(row & r1, numeral const & coeff, row const & r2);
|
||||
theory_var pick_var_to_leave(theory_var x_j, bool inc, numeral & a_ij, inf_numeral & gain);
|
||||
void move_to_bound(theory_var x_i, bool inc);
|
||||
template<bool invert>
|
||||
void add_tmp_row_entry(row & r, numeral const & coeff, theory_var v);
|
||||
bool max_min(theory_var v, bool max);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue