SolverConfiguration Members

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The SolverConfiguration type exposes the following members.

Constructors

  NameDescription
Protected methodSolverConfiguration()()()()
Initializes a new instance of the SolverConfiguration class.
Protected methodSolverConfiguration(String, Boolean)
Initializes a new instance of the SolverConfiguration class with the specified values.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.)

Properties

  NameDescription
Public propertyCallbackEndpoint
This endpoint will be used to enable communication between solvers
Public propertyGetGlobalIncumbent
Public propertyNewBestBoundFound
This action is executed whenever a new best bound is found
Public propertyNewIncumbentFound
This action is executed whenever a new incumbent is found
Public propertyPartialProblemsNeeded
A method that decides if a partial problem should be created.
Public propertySendPartialProblems
A method that sends partial problems over the wire
Public propertyUseHeuristicCallback
Indicates if the solver should activate its provided HeuristicCallback This will make the solver use injected solutions from other solvers

See Also