3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

a simple version of choosing a column for gomory cut

This commit is contained in:
Lev Nachmanson 2023-12-04 15:06:50 -10:00
parent f98b42ae42
commit fc23a498c4
6 changed files with 90 additions and 96 deletions

View file

@ -53,7 +53,7 @@ lia_move int_branch::create_branch_on_column(int j) {
int int_branch::find_inf_int_base_column() {
#if 1
return lia.select_int_infeasible_var(false);
return lia.select_int_infeasible_var();
#endif
int result = -1;