Originally posted by: SystemAdmin
Hello,
MIP don't have duals. But you could fix the integer values to their current values and then solve as a LP to get duals, if that's fine for your problem. To do that, you need to change the problem type to 'fixed_milp', then solve as LP and then get the duals.
Regards,
Vivek.
#CPLEXOptimizers#DecisionOptimization