Gets the type of the algorithm that was used to generate the solution of the last branch-and-cut node solved during a MIP solve terminated because of an error during mixed integer optimization.

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

Syntax

C#
public int SubAlgorithm { get; }
Visual Basic
Public ReadOnly Property SubAlgorithm As Integer
	Get

See Also