Originally posted by: SystemAdmin
I am dealing with a problem with multiple optimal values which might also be unbounded.
This a simple LP model. I use one single thread, IloCplex::RootAlg set to IloCplex::Barrier and the cross over algorithm set to IloCplex::NoCrosAlg.
I expect that using these options barrier does not "hopefully" get me an extreme point but a point on a optimal face for the bounded problems.
I need to know whether the problem is unbounded XOR is feasible optimal.
I get the following status "AbortPrimObjLim" or "AbortDualObjLim" or "InfOrUnbd".
The last one is clear to me because my problem can only be unbounded but the first two are less clear.
I did not understand much from the documentation.
Does anyone like to shed some light on them?
Any comment is appreciated.
#CPLEXOptimizers#DecisionOptimization