Creates and returns an integer linear expression
initialized as a constant.
Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll)
Syntax
| C# |
|---|
ILinearIntExpr LinearIntExpr( int val ) |
| Visual Basic |
|---|
Function LinearIntExpr ( _ val As Integer _ ) As ILinearIntExpr |
Parameters
- val
- Type: System..::..Int32
Constant term of the new linear expression.