从 LP 矩阵中删除一行。

命名空间: ILOG.Concert
Assembly: ILOG.CPLEX(在ILOG.CPLEX.dll 中) 版本:22.1.1.0

语法

C#
void RemoveRow(
	int ind
)
Visual Basic
 RemoveRow( _
	ind 作为 整数_
)

参数

ind
Type: 系统..::..Int32
The index of the row to be removed.

备注

其余行将保持相同的顺序。

另请参见