Returns the level of effort associated with a MIP start, identified by its index among all the MIP starts associated with the current problem.

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

Syntax

C#
public virtual Cplex..::..MIPStartEffort GetMIPStart(
	int mipstartindex
)
Visual Basic
Public Overridable Function GetMIPStart ( _
	mipstartindex As Integer _
) As Cplex..::..MIPStartEffort

Parameters

mipstartindex
Type: System..::..Int32

See Also