Originally posted by: SystemAdmin
CPLEX uses plenty of cuts, not only Gomory cuts. For each cut type of cut there is a parameter that allows disabling this type of cuts, so you could reduce CPLEX to using only Gomory cuts by disabling all other cuts.
The source code the CPLEX optimizer is not available since CPLEX is not open source.
#CPLEXOptimizers#DecisionOptimization