







![]() ![]() ![]() |
Optimization Framework |
MOPSSolverConfiguration Members |
MOPSSolverConfiguration Class Constructors Methods Properties See Also Send Feedback |
The MOPSSolverConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MOPSSolverConfiguration()()()() | Initializes a new instance of the MOPSSolverConfiguration class |
![]() | MOPSSolverConfiguration(String) | Initializes a new instance of the MOPSSolverConfiguration class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | CallbackEndpoint |
This endpoint will be used to enable communication between solvers
(Inherited from SolverConfiguration.) |
![]() | ConfigFile | |
![]() | GetGlobalIncumbent | (Inherited from SolverConfiguration.) |
![]() | NewBestBoundFound |
This action is executed whenever a new best bound is found
(Inherited from SolverConfiguration.) |
![]() | NewIncumbentFound |
This action is executed whenever a new incumbent is found
(Inherited from SolverConfiguration.) |
![]() | PartialProblemsNeeded |
A method that decides if a partial problem should be created.
(Inherited from SolverConfiguration.) |
![]() | SendPartialProblems |
A method that sends partial problems over the wire
(Inherited from SolverConfiguration.) |
![]() | UseHeuristicCallback |
Indicates if the solver should activate its provided HeuristicCallback
This will make the solver use injected solutions from other solvers
(Inherited from SolverConfiguration.) |