File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1544,15 +1544,15 @@ is_set_by_optimize(::CallbackVariablePrimal) = true
15441544 ## Notes
15451545
15461546 * `NONBASIC_AT_LOWER` and `NONBASIC_AT_UPPER` should be used only for
1547- constraints with the `Interval` set. In this case, they are necessary to
1548- distinguish which side of the constraint is active. One-sided constraints
1549- (for example, `LessThan` and `GreaterThan`) should use `NONBASIC` instead of the
1550- `NONBASIC_AT_*` values. This restriction does not apply to [`VariableBasisStatus`](@ref),
1551- which should return `NONBASIC_AT_*` regardless of whether the alternative
1552- bound exists.
1547+ constraints with the `Interval` set. In this case, they are necessary to
1548+ distinguish which side of the constraint is active. One-sided constraints
1549+ (for example, `LessThan` and `GreaterThan`) should use `NONBASIC` instead of the
1550+ `NONBASIC_AT_*` values. This restriction does not apply to [`VariableBasisStatus`](@ref),
1551+ which should return `NONBASIC_AT_*` regardless of whether the alternative
1552+ bound exists.
15531553
15541554 * In linear programs, `SUPER_BASIC` occurs when a variable with no bounds is not
1555- in the basis.
1555+ in the basis.
15561556 """ ,
15571557 BasisStatusCode,
15581558 " element is in the basis" ,
You can’t perform that action at this time.
0 commit comments