Originally posted by: MichaelPoss
Hi again,
Switching to cplex 12.4 avoids the previous error.
However, a couple of line below I call dualFarkas() which returns the following error:
CPLEX Error 1265: Dual unbounded solution required Just to be sure, I called isDualFeasible() which tells me that the dual is not feasible, which is consistant with the error returned previously.
My worry comes from the fact that the primal has no objective function. Therefore, the rhs of all constraints in the dual should be 0.
Hence, the dual problem should always be feasible since (0,...,0) is always a solution.
Am I missing something here ?
Michael.
PS: I attach the lp model of the primal.
#CPLEXOptimizers#DecisionOptimization