Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fwesselm committed Feb 27, 2025
1 parent d6d20af commit cd1181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presolve/HPresolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4344,7 +4344,7 @@ HPresolve::Result HPresolve::checkLimits(HighsPostsolveStack& postsolve_stack) {
}
if (check_col >= 0 && col_bound_change && debug_report) {
printf("After reduction %4d: col = %4d[%s] has bounds [%11.4g, %11.4g]\n",
statiuc_cast<int>(numreductions - 1), static_cast<int>(check_col),
static_cast<int>(numreductions - 1), static_cast<int>(check_col),

Check warning on line 4347 in src/presolve/HPresolve.cpp

View check run for this annotation

Codecov / codecov/patch

src/presolve/HPresolve.cpp#L4347

Added line #L4347 was not covered by tests
model->col_names_[check_col].c_str(), model->col_lower_[check_col],
model->col_upper_[check_col]);
postsolve_stack.debug_prev_numreductions = numreductions;
Expand Down

0 comments on commit cd1181c

Please sign in to comment.