Click or drag to resize

cLPSolver Class

LP solver interface to the unmanaged lp_solve engine version 5.5
Inheritance Hierarchy
SystemObject
  EwECorecLPSolver

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cLPSolver : ILPSolver

The cLPSolver type exposes the following members.

Constructors
  NameDescription
Public methodcLPSolver
Constructor.
Top
Methods
  NameDescription
Public methodAddGoal
Public methodAddRow
Public methodAddVariable
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDualValue
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Public methodIsSupported
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetBounds
Public methodSetCoefficient
Public methodSolve
Public methodSolveLPSolve
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
Remarks
Please refer to the Microsoft Solver Foundation API reference for using the methods in this class. Note that this solver wraps unmanaged code; this class will only work on Windows.
See Also