Skip to content

Commit c75f852

Browse files
authored
Update attributes.jl
1 parent 0b424cf commit c75f852

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/attributes.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,10 +2123,7 @@ struct ListOfSupportedNonlinearOperators <: AbstractOptimizerAttribute end
21232123
""",
21242124
INFEASIBLE,
21252125
"""
2126-
The algorithm concluded that no dual bound exists for the problem.
2127-
2128-
If the problem is a conic optimization problem (thus also a linear program),
2129-
this status means the dual problem is infeasible.
2126+
The algorithm proved that no dual feasible solution exists.
21302127
21312128
To check if the primal problem is feasible, set the objective sense to
21322129
[`FEASIBILITY_SENSE`](@ref) and re-solve the problem.

0 commit comments

Comments
 (0)