3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-23 12:48:53 +00:00

branch on inf basic in gomory

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-09-13 11:38:22 -07:00
parent 78950fde17
commit e705e5a309
3 changed files with 49 additions and 15 deletions

View file

@ -107,7 +107,6 @@ private:
lia_move report_conflict_from_gomory_cut();
void adjust_term_and_k_for_some_ints_case_gomory(mpq& lcm_den);
lia_move proceed_with_gomory_cut(unsigned j);
int find_free_var_in_gomory_row(const row_strip<mpq>& );
bool is_gomory_cut_target(const row_strip<mpq>&);
bool at_bound(unsigned j) const;
bool at_low(unsigned j) const;