Originally posted by: SystemAdmin
The use of control callbacks (to add cuts and otherwise), does not disable CPLEX's cut generation and addition process. If you would like CPLEX to not add any of its cuts to the model then you will need to set the CutsFactor parameter (CPX_PARAM_CUTSFACTOR in callable library) to 1.0.
#CPLEXOptimizers#DecisionOptimization