Originally posted by: JaneM
I'm running a basic MIP assignment model in which business groups are assigned to locations with the objective function minimizing costs. I'm using OPL Studio version 12.2.
When I relax the solution so that some business groups can be assigned to more locations, the objective function value increase. This change in feasible locations is the only one I am aware of, but I am continuing to check the code to see if something else is changing.
The objective for the first solution is 1.85775 e+008
The objective for the relaxed solution is 1.95152 e+008 with the best node in that line at 1.93163 e+008.
I've run the model with the default ops file with a time limit of 1800 seconds. The model solves in less than 60 seconds.
I've tried changing the absolute and relative MIP gap tolerances from the default 1.0e-6 to 1.0e-8. The solutions are the same.
Do you have any suggestions for tuning the ops file so that relaxed model would at least find the first solution? Any other suggestions?
I know that some people request that we send the model. This model is too large to be sent and reviewed.
Thanks.
#DecisionOptimization#OPLusingCPLEXOptimizer