We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97e5fc commit d24c488Copy full SHA for d24c488
src/math/lp/int_solver.cpp
@@ -321,7 +321,7 @@ namespace lp {
321
if (r == lia_move::undef) r = patch_basic_columns();
322
if (r == lia_move::undef && should_find_cube()) r = int_cube(lia)();
323
if (r == lia_move::undef) lra.move_non_basic_columns_to_bounds();
324
- if (r == lia_move::undef) r = tighten_bounds();
+ // if (r == lia_move::undef) r = tighten_bounds();
325
if (r == lia_move::undef && should_hnf_cut()) r = hnf_cut();
326
if (r == lia_move::undef && should_gomory_cut()) r = gomory(lia).get_gomory_cuts(2);
327
if (r == lia_move::undef && should_solve_dioph_eq()) r = solve_dioph_eq();
0 commit comments