The Cplex..::..SolutionSource type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| HeuristicSolution |
The integral solution was found by a CPLEX internal heuristic.
| |
| MIPStartSolution |
The integral solution was found during MIP start processing.
| |
| NodeSolution |
The integral solution was found as the solution to an
LP-relaxation of a node in the search tree.
| |
| UserSolution |
The integral solution was found by the user's heuristic callback
callback function.
|