This method returns the source of the current candidate solution.

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

Syntax

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

Return Value

The source where the current candidate solution comes from.

Remarks

It is a shortcut for getIntInfo(CandidateSource). It returns a value from Cplex.MIPCallback.SolutionSource.

See Also