IMSL C# Numerical Library

DenseLP Members

DenseLP overview

Public Instance Constructors

DenseLP Overloaded. Initializes a new instance of the DenseLP class.

Public Instance Properties

IterationCount Returns the number of iterations used.
ObjectiveValue Returns the optimal value of the objective function.
RefinementType The type of refinement used, if any.

Public Instance Methods

Clone Creates and returns a copy of this object.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetDualSolution Returns the dual solution.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetSolution Returns the solution x of the linear programming problem.
GetType (inherited from Object) Gets the Type of the current instance.
SetConstraintType Sets the types of general constraints in the matrix a.
SetLowerBound Sets the lower bound, x_l on the variables.
SetUpperBound Sets the upper bound, x_u on the variables.
SetUpperLimit Sets the upper limit of the constraints.
Solve Solves the problem using an active set strategy.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DenseLP Class | Imsl.Math Namespace | Example 1 | Example 2