mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
debug min_max
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
392b419367
commit
cff0e0fc6c
2 changed files with 9 additions and 5 deletions
|
@ -855,7 +855,7 @@ namespace smt {
|
|||
row m_tmp_row;
|
||||
|
||||
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);
|
||||
theory_var pick_var_to_leave(theory_var x_j, bool inc, numeral & a_ij, inf_numeral & gain, bool& skiped_row);
|
||||
bool is_safe_to_leave(theory_var x);
|
||||
void move_to_bound(theory_var x_i, bool inc);
|
||||
template<bool invert>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue