File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1647,7 +1647,6 @@ namespace lp {
1647
1647
return lia_move::conflict;
1648
1648
}
1649
1649
}
1650
- std::cout << " new tbs:" << m_tightened_columns.size () << " \n " ;
1651
1650
return lia_move::undef;
1652
1651
}
1653
1652
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ struct lp_settings {
258
258
bool m_dio_enable_gomory_cuts = false ;
259
259
bool m_dio_enable_hnf_cuts = true ;
260
260
unsigned m_dio_branching_period = 100 ; // do branching rarely
261
- unsigned m_dio_report_branch_with_term_tigthening_period = 4 ; // report the branch with term tigthening every 2 iterations
261
+ unsigned m_dio_report_branch_with_term_tigthening_period = 10000000 ; // period of reporting the branch with term tigthening
262
262
263
263
public:
264
264
bool print_external_var_name () const { return m_print_external_var_name; }
You can’t perform that action at this time.
0 commit comments