We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b424cf commit c75f852Copy full SHA for c75f852
1 file changed
src/attributes.jl
@@ -2123,10 +2123,7 @@ struct ListOfSupportedNonlinearOperators <: AbstractOptimizerAttribute end
2123
""",
2124
INFEASIBLE,
2125
"""
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.
+ The algorithm proved that no dual feasible solution exists.
2130
2131
To check if the primal problem is feasible, set the objective sense to
2132
[`FEASIBILITY_SENSE`](@ref) and re-solve the problem.
0 commit comments