Originally posted by: SJean
Dear Paul:
Many thanks for your reply.
You’re absolutely correct; the model has a quiet number of discrete variables i.e., MIP with binary, integer , and semi-integer variables
It was nonlinear (multiplication of binary and non binary variables) and prior to be solved by CPLEX it has been linearized by introducing new variables and constraints. The format of the new constraints is as follows
Yij<=v * zij
Yij<= Xij
Yij>= Xij -v * (1-zij)
0<=Xij<=v
For different value of bound “v” CPLEX terminates with the following results:
Optimal solution, Integer infeasible, or fractional solution (e.g., 10 % gap).
Could you please let me know which one of the reasons you mentioned earlier is more likely causing this problem (week bound/ integer-feasible solutions close to the optimum in quality)? and any suggestion how to fix it?
Your comment is greatly appreciated in advance.
Jean
#CPLEXOptimizers#DecisionOptimization