Adds the MIP start, its name, and an effort level to the current problem.

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

Syntax

C#
public virtual int AddMIPStart(
	Cplex..::..MIPStartEffort effort,
	string name
)
Visual Basic
Public Overridable Function AddMIPStart ( _
	effort As Cplex..::..MIPStartEffort, _
	name As String _
) As Integer

Parameters

effort
Type: ILOG.CPLEX..::..Cplex..::..MIPStartEffort
name
Type: System..::..String

Return Value

The index of the added MIP start among all the existing MIP starts associated with the current problem.

See Also