MOPSSolverConfiguration Properties

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The MOPSSolverConfiguration type exposes the following members.

Properties

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

See Also