Gets 32-bit signed, integer-valued information.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public abstract int GetIntInfo( Cplex..::..Callback..::..Context..::..Info what ) |
| Visual Basic |
|---|
Public MustOverride Function GetIntInfo ( _ what As Cplex..::..Callback..::..Context..::..Info _ ) As Integer |
Parameters
- what
- Type: ILOG.CPLEX..::..Cplex..::..Callback..::..Context..::..Info
The information to be queried.
Return Value
The requested information.
Remarks
See the documentation of Info for details about information that can be queried.
Throws ILOG.Concert.Exception if an error occurs.