File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1573,7 +1573,7 @@ is_set_by_optimize(::CallbackVariablePrimal) = true
15731573A variable attribute for the `BasisStatusCode` of a variable in result
15741574`result_index`, with respect to an available optimal solution basis.
15751575
1576- If the solver does not have a basis statue for the variable because the
1576+ If the solver does not have a basis status for the variable because the
15771577`result_index` is beyond the available solutions (whose number is indicated by
15781578the [`ResultCount`](@ref) attribute), getting this attribute must throw a
15791579[`ResultIndexBoundsError`](@ref). Otherwise, if the result is unavailable for
@@ -1757,7 +1757,7 @@ A constraint attribute for the `BasisStatusCode` of some constraint in result
17571757`result_index`, with respect to an available optimal solution basis. If
17581758`result_index` is omitted, it is 1 by default.
17591759
1760- If the solver does not have a basis statue for the constraint because the
1760+ If the solver does not have a basis status for the constraint because the
17611761`result_index` is beyond the available solutions (whose number is indicated by
17621762the [`ResultCount`](@ref) attribute), getting this attribute must throw a
17631763[`ResultIndexBoundsError`](@ref). Otherwise, if the result is unavailable for
You can’t perform that action at this time.
0 commit comments