Creates an IColumnArray object suitable for adding
num new variables to the objective obj as
linear terms with coefficients specified in val.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
IColumnArray ColumnArray( IObjective obj, double[] val, int start, int num ) |
Parameters
- obj
- Type: ILOG.Concert..::..IObjective
- val
- Type: array<System..::..Double>[]()[][]
- start
- Type: System..::..Int32
- num
- Type: System..::..Int32