ILOG CPLEX .NET Reference Manual

Cplex.GetMin Method (IntParam)

Returns the minimum value allowed for an integer parameter.

public virtual int GetMin(
   IntParam which
);

Parameters

which
The identifier of the integer parameter to be queried.

Return Value

The minimum allowed value for the integer parameter.

Remarks

ILOG.Concert.Exception If the method fails, an exception of type ILOG.Concert.Exception, or one of its derived classes, is thrown.

See Also

Cplex Class | ILOG.CPLEX Namespace | Cplex.GetMin Overload List