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

Constructors

  NameDescription
Public methodCplex..::..SolutionSource
Initializes a new instance of the Cplex..::..SolutionSource class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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