Skip to content

Commit 3259b93

Browse files
committed
Fix comment
1 parent 5b8b29b commit 3259b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/presolve/HPresolve.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3998,7 +3998,7 @@ HPresolve::Result HPresolve::rowPresolve(HighsPostsolveStack& postsolve_stack,
39983998
}
39993999
};
40004000

4001-
// try different scalars and return an improving one
4001+
// try different scalars and return if an improving one was found
40024002
auto rowCanBeTightened = [&](const HighsCDouble& rhs,
40034003
HighsCDouble& roundedRhs) {
40044004
for (double s : scalars) {

0 commit comments

Comments
 (0)