Creates and returns a new integer variable with a domain of possible values.
Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public virtual IIntVar IntVar(
int[] values
) |
Parameters
- values
- Type: array<System..::..Int32>[]()[][]
See Also