Provides a uniform interface for external solvers
of optimization problems.
SystemObject Extreme.Mathematics.OptimizationOptimizationModelSolverT Extreme.Mathematics.OptimizationLinearProgramSolver
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract class OptimizationModelSolver<T> : IImplementation,
IParallelized
where T : OptimizationModel
Public MustInherit Class OptimizationModelSolver(Of T As OptimizationModel)
Implements IImplementation, IParallelized
generic<typename T>
where T : OptimizationModel
public ref class OptimizationModelSolver abstract : IImplementation,
IParallelized
[<AbstractClassAttribute>]
type OptimizationModelSolver<'T when 'T : OptimizationModel> =
class
interface IImplementation
interface IParallelized
end
Type Parameters
- T
- The type of the optimization model
handled by the solver.
The OptimizationModelSolverT type exposes the following members.
Top
Top
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (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.) |
 | SetSolution |
Called by implementations to set basic properties
of the solution.
|
 | Solve |
Solves an optimization model.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Reference