Click or drag to resize
MinConNLP Methods

The MinConNLP type exposes the following members.

Methods
  NameDescription
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 methodGetConstraintResiduals
Returns the constraint residuals.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLagrangeMultiplierEst
Returns the Lagrange multiplier estimates of the constraints.
Public methodGetSolution
Returns the last computed solution.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetGuess
Sets the initial guess of the minimum point of the input function.
Public methodSetXlowerBound
Sets the lower bounds on the variables.
Public methodSetXscale
The internal scaling of the variables.
Public methodSetXupperBound
Sets the upper bounds on the variables.
Public methodSolve
Solve a general nonlinear programming problem using the successive quadratic programming algorithm with a finite-difference gradient or with a user-supplied gradient.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also