Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public class SolutionSource

Remarks

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

  • CopyC#
    NodeSolution
  • CopyC#
    HeuristicSolution
  • CopyC#
    UserSolution
  • CopyC#
    MIPStartSolution

///

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..SolutionSource

See Also