LinearProgramSolver Class

Provides a uniform interface for external solvers of linear programs.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public class LinearProgramSolver : OptimizationModelSolver<LinearProgram>
Inheritance
Object  →  OptimizationModelSolver<LinearProgram>  →  LinearProgramSolver

Constructors

LinearProgramSolverInitializes a new instance of the LinearProgramSolver class

Properties

HasSharedDegreeOfParallelism Gets whether all instances of the solver have the same degree of parallelism.
(Inherited from OptimizationModelSolver<T>)
MaxDegreeOfParallelism 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

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetSolution Called by implementations to set basic properties of the solution.
(Inherited from OptimizationModelSolver<T>)
Solve
(Overrides OptimizationModelSolver<T>.Solve(T))
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also