We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7f593 commit f2134daCopy full SHA for f2134da
cpp/src/dual_simplex/bounds_strengthening.hpp
@@ -20,7 +20,7 @@ class bounds_strengthening_t {
20
const std::vector<char>& row_sense,
21
const std::vector<variable_type_t>& var_types);
22
23
- // If bound_changed is empty, then all constraints are scanned for changes.
+ // If bounds_changed is empty, all constraints are scanned for changes.
24
// Otherwise, bounds_changed must be a vector of length n, where n is the number of variables.
25
bool bounds_strengthening(const simplex_solver_settings_t<i_t, f_t>& settings,
26
const std::vector<bool>& bounds_changed,
0 commit comments