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