Skip to content

Commit e8b7876

Browse files
committed
Move reference
1 parent 9d1552e commit e8b7876

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

highs/presolve/HPresolve.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,8 @@ HPresolve::Result HPresolve::dominatedColumns(
10461046
HighsPostsolveStack& postsolve_stack) {
10471047
// See section 6.4 "Dominated columns", Achterberg et al., Presolve Reductions
10481048
// in Mixed Integer Programming, INFORMS Journal on Computing 32(2):473-506.
1049+
// See also Gamrath, G., Koch, T., Martin, A. et al., Progress in presolving
1050+
// for mixed integer programming, Math. Prog. Comp. 7, 367–398 (2015).
10491051

10501052
std::vector<std::pair<uint32_t, uint32_t>> signatures(model->num_col_);
10511053

0 commit comments

Comments
 (0)