Skip to content

Commit f2134da

Browse files
committed
Fix typo in comment
1 parent 7b7f593 commit f2134da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/dual_simplex/bounds_strengthening.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class bounds_strengthening_t {
2020
const std::vector<char>& row_sense,
2121
const std::vector<variable_type_t>& var_types);
2222

23-
// If bound_changed is empty, then all constraints are scanned for changes.
23+
// If bounds_changed is empty, all constraints are scanned for changes.
2424
// Otherwise, bounds_changed must be a vector of length n, where n is the number of variables.
2525
bool bounds_strengthening(const simplex_solver_settings_t<i_t, f_t>& settings,
2626
const std::vector<bool>& bounds_changed,

0 commit comments

Comments
 (0)