Returns the index of the MIP start specified by its name.

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

Syntax

C#
public virtual int GetMIPStartIndex(
	string name
)
Visual Basic
Public Overridable Function GetMIPStartIndex ( _
	name As String _
) As Integer

Parameters

name
Type: System..::..String

See Also