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:
parent
f98b42ae42
commit
fc23a498c4
6 changed files with 90 additions and 96 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue