Originally posted by: utb
Hi,
I am trying to solve a stochastic programing model by using the built-in benders in CPLEX v12.7.1. I have coded the extensive model and I am using BendersUser algorithm for solving where I define the annotations, however I am getting CPLEX error 3019: Failure to solve MIP subproblem(If I use BendersFull, I don't get the error since it uses different annotations). In the explanation of the error, it says "This failure can be due to a limit (for example, an iteration limit) or due to numeric trouble.". I have tried many different values for almost all mip parameters in limits, tolerances etc. but I failed to overcome the error. I also tried to make all my big M parameters as small as possible. Here is the disp>prob>stats of my problem from interactive optimizer:
Objective sense : Minimize
Variables : 432474 [Nneg: 432045, Binary: 429]
Objective nonzeros : 12
Linear constraints : 447195 [Less: 391568, Greater: 105, Equal: 55522]
Nonzeros : 2160011
RHS nonzeros : 3083
Variables : Min LB: 0.000000 Max UB: 1.000000
Objective nonzeros : Min : 1.000000 Max : 1.000000
Linear constraints :
Nonzeros : Min : 2.000000e-09 Max : 222.0616
RHS nonzeros : Min : 1.000000 Max : 78.00000
I have also attached the log files with and without initial solution given by addMIPstart method to the model. What can be the problem?
Thanks,
utb
#CPLEXOptimizers#DecisionOptimization