Unbounded ray of an infeasible LP problem (Python)
AnsweredCan you tell me the API for retrieving the unbounded ray for an infeasible LP problem ?
0
-
Hi Canqi,
You can query the unbounded ray using the variable attribute UnbdRay.
Cheers
Matthias0 -
The question was about infeasible LPs. So I guess, we are looking for the unbounded ray of the dual (if the dual is unbounded and not infeasible).
Don't we have to use FarkasDual to query it?
I don't know what FarkasDual returns when both primal and dual are infeasible, which does not happen too often (there is one example in the netlib).
0
Please sign in to leave a comment.
Comments
2 comments