pass limit for generating Gomory fractional cuts

Limits the number of passes for generating Gomory fractional cuts.

Purpose

Pass limit for generating Gomory fractional cuts

API Parameter Name Name prior to V12.6.0
C CPXPARAM_MIP_Limits_GomoryPass CPX_PARAM_FRACPASS
C++ IloCplex::Param::MIP::Limits::GomoryPass FracPass (long)
Java IloCplex.Param.MIP.Limits.GomoryPass FracPass (long)
.NET Cplex.Param.MIP.Limits.GomoryPass FracPass (long)
OPL fracpass fracpass
Python parameters.mip.limits.gomorypass mip.limits.gomorypass
Interactive mip limits gomorypass mip limits gomorypass
Identifier 2050 2050

Description

Limits the number of passes for generating Gomory fractional cuts. At the default setting of 0 (zero), CPLEX decides the number of passes to make. The parameter is ignored if the Gomory fractional cut parameter (MIP Gomory fractional cuts switch: CPX_PARAM_FRACCUTS, FracCuts) is set to a nonzero value.

Table 1. Values
Value Meaning
0 Automatic: let CPLEX choose; default
Any positive integer Number of passes to generate Gomory fractional cuts