Creates, returns, and adds an empty LP matrix object, with the specified name, to the invoking model.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual ILPMatrix AddLPMatrix(
	string name
)
Visual Basic
Public Overridable Function AddLPMatrix ( _
	name As String _
) As ILPMatrix

Parameters

name
Type: System..::..String

Implements

IMPModeler..::..AddLPMatrix(String)

Remarks

Do not use this method in a callback to modify the model currently being optimized.

See Also