Skip to main content
FRAMES NO FRAMES

Enumeration DistMIPRampupDuration

Definition file: ilcplex/ilocplexi.h

The enumeration IloCplex::DistMIPRampupDuration lists values that the distributed MIP rampup parameter IloCplex::Param::DistMIP::Rampup::Duration can assume in IloCplex for use with the distributed MIP optimizer. Use these values with the method IloCplex::setParam(IloCplex::Param::DistMIP::Rampup::Duration, value) when you set the distributed MIP rampup duration.

See the CPLEX Parameters Reference Manual and the CPLEX User's Manual for more information about these parameters. Also see the CPLEX User's Manual for examples of their use.

See Also:

Fields

RampupDisabled = CPX_RAMPUP_DISABLED 
RampupAuto = CPX_RAMPUP_AUTO 
RampupDynamic = CPX_RAMPUP_DYNAMIC 
RampupInfinite = CPX_RAMPUP_INFINITE