We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ad43f commit ce613abCopy full SHA for ce613ab
src/attributes.jl
@@ -2124,8 +2124,8 @@ struct ListOfSupportedNonlinearOperators <: AbstractOptimizerAttribute end
2124
"""
2125
The algorithm concluded that no dual bound exists for the problem.
2126
2127
- If the problem is a conic optimization problem, this status means the dual
2128
- problem is infeasible..
+ If the problem is a conic optimization problem (thus also a linear program), this status means the dual
+ problem is infeasible.
2129
2130
If a primal feasible solution exists, this status typically implies that the
2131
problem is unbounded, with some technical exceptions (for example, if the
0 commit comments