Returns the algorithm that was used to generate the current solution.

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

Syntax

C#
public virtual int GetAlgorithm()
Visual Basic
Public Overridable Function GetAlgorithm As Integer

Return Value

The algorithm that was used to generate the current solution.

See Also