IMSL C# Numerical Library

MinConGenLin Members

MinConGenLin overview

Public Instance Constructors

MinConGenLin Constructor Constructor for MinConGenLin.

Public Instance Properties

FinalActiveConstraintsNum Returns the final number of active constraints.
ObjectiveValue Returns the value of the objective function.
Tolerance The nonnegative tolerance on the first order conditions at the calculated solution.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetFinalActiveConstraints Returns the indices of the final active constraints.
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.
GetLagrangeMultiplierEstimate Returns the Lagrange multiplier estimates of the final active constraints.
GetSolution Returns the computed solution.
GetType (inherited from Object) Gets the Type of the current instance.
SetGuess Sets an initial guess of the solution.
Solve Minimizes a general objective function subject to linear equality/inequality constraints.
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

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