Originally posted by: SystemAdmin
I am having some troubles with getting the extreme ray of an unbounded problem. Is there a working example available or can anyone explain how to do this? Ideally, I would like to have the result represented in sparse matrix notation. What I found so far is the method getRay() which only delivers a NumExpr.
Unfortunately, even this does not work right now. It results in: "Concert exception caught: ilog.cplex.CpxException: CPLEX Error 1254: Unbounded solution required.", although the getStatus() method states that the problem is unbounded (presolve is disabled).
#CPLEXOptimizers#DecisionOptimization