Originally posted by: naveendivakaran
Hi,
I know how to retrieve Dual and Reduced Costs from Solutions using OPL.
For example to retrieve Reduced Cost I would use:
for (var p in thisOplModel.WSWWIndex)
writeln(thisOplModel.tool_shortage[p].reducedCost)
Is there a similar way in which I can retrieve Feasibility (for constraints RHS) and Optimality Ranges (for Objective Coefficients)? I know how to get them through Interactive CPLEX. But I am looking for an OPL method.
-Naveen
#CPLEXOptimizers#DecisionOptimization