Originally posted by: MichaelPoss
Hi,
I need to solve a LP which is sometimes unfeasible.
When it is unfeasible, I know that there exists an unbounded extreme ray in the dual (because the dual is always feasible).
Is it possible to extract such a ray ?
(To expain my situation, I'm coding a Benders decomposition using Cplex 12.1 concert technology with JAVA and I implemented the primal version of my separation problem.)
Best,
Michael.
#CPLEXOptimizers#DecisionOptimization