Originally posted by: SystemAdmin
[MaryFenelon said:]
You can specify a MIP start with only the integer variables, and CPLEX will compute values for the rest if it can. If you give values to all integer variables, CPLEX needs to solve the continuous problem to get these values. If you give values to only some of the integer variables, CPLEX needs to solve a sub-MIP to get the rest of the values. The sub-MIP solve is limited to the number of nodes set by the parameter SubMIPNodeLim.
#CPLEXOptimizers#DecisionOptimization