Removes one column from the LP matrix.
Namespace: ILOG.Concert
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
void RemoveColumn( int ind ) |
| Visual Basic |
|---|
Sub RemoveColumn ( _ ind As Integer _ ) |
Parameters
- ind
- Type: System..::..Int32
The index of the column to be removed.
Remarks
The remaining columns will be kept in the same order.