The Cplex..::..SolutionSource type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberHeuristicSolution
The integral solution was found by a CPLEX internal heuristic.
Public fieldStatic memberMIPStartSolution
The integral solution was found during MIP start processing.
Public fieldStatic memberNodeSolution
The integral solution was found as the solution to an LP-relaxation of a node in the search tree.
Public fieldStatic memberUserSolution
The integral solution was found by the user's heuristic callback callback function.

See Also