Linear Program Solver Class
Provides a uniform interface for external solvers
of linear programs.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public class LinearProgramSolver : OptimizationModelSolver<LinearProgram>- Inheritance
- Object → OptimizationModelSolver<LinearProgram> → LinearProgramSolver
Constructors
| Linear | Constructs a new linear program solver. |
Properties
| Has |
Gets whether all instances of the solver have the same degree of parallelism.
(Inherited from OptimizationModelSolver<T>) |
| Max |
Gets or sets the maximum degree of parallelism the solver should use.
(Inherited from OptimizationModelSolver<T>) |
| Name |
Gets the name of the solver.
(Inherited from OptimizationModelSolver<T>) |
| Platform |
Gets the platform the solver supports.
(Inherited from OptimizationModelSolver<T>) |
Methods
| 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) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| Set |
Called by implementations to set basic properties
of the solution.
(Inherited from OptimizationModelSolver<T>) |
| Solve |
Solves a linear program.
(Overrides OptimizationModelSolver<T>.Solve(T)) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |