This enumeration lists the values that tell for which type of solution the incumbent callback or lazy constraint callback was invoked.

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

Syntax

C#
public sealed class SolutionSource
Visual Basic
Public NotInheritable Class SolutionSource

Remarks

  • NodeSolution
  • HeuristicSolution
  • UserSolution
  • MIPStartSolution

Inheritance Hierarchy

System..::..Object
  ILOG.CPLEX..::..Cplex..::..SolutionSource

See Also