3
0
Fork 0
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:
Nikolaj Bjorner 2013-10-24 11:57:30 +08:00
parent 6919f335a1
commit 11010086be
2 changed files with 111 additions and 10 deletions

View file

@ -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);