Returns the minimum value allowed for an integer parameter.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual long GetMin( Cplex..::..LongParam which ) |
| Visual Basic |
|---|
Public Overridable Function GetMin ( _ which As Cplex..::..LongParam _ ) As Long |
Parameters
- which
- Type: ILOG.CPLEX..::..Cplex..::..LongParam
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.