The MinConNLP type exposes the following members.

Methods

NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetConstraintResiduals
Returns the constraint residuals.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLagrangeMultiplierEst
Returns the Lagrange multiplier estimates of the constraints.
GetSolution
Returns the last computed solution.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetGuess
Sets the initial guess of the minimum point of the input function.
SetXlowerBound
Sets the lower bounds on the variables.
SetXscale
The internal scaling of the variables.
SetXupperBound
Sets the upper bounds on the variables.
Solve
Solve a general nonlinear programming problem using the successive quadratic programming algorithm with a finite-difference gradient or with a user-supplied gradient.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also