Skip to content

Commit 8d2bfce

Browse files
authored
[docs] fix formatting of BasisStatusCode docstring (#2430)
1 parent d2b3987 commit 8d2bfce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/attributes.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)