Skip to content

Commit ce613ab

Browse files
odowblegat
andauthored
Apply suggestions from code review
Co-authored-by: Benoît Legat <[email protected]>
1 parent 22ad43f commit ce613ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/attributes.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,8 +2124,8 @@ struct ListOfSupportedNonlinearOperators <: AbstractOptimizerAttribute end
21242124
"""
21252125
The algorithm concluded that no dual bound exists for the problem.
21262126
2127-
If the problem is a conic optimization problem, this status means the dual
2128-
problem is infeasible..
2127+
If the problem is a conic optimization problem (thus also a linear program), this status means the dual
2128+
problem is infeasible.
21292129
21302130
If a primal feasible solution exists, this status typically implies that the
21312131
problem is unbounded, with some technical exceptions (for example, if the

0 commit comments

Comments
 (0)