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

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

Syntax

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

Parameters

mipstartindex
Type: System..::..Int32

See Also