Click or drag to resize
MinConNLP Constructor
Nonlinear programming solver constructor.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public MinConNLP(
	int mTotalConstraints,
	int mEqualityConstraints,
	int nVariables
)

Parameters

mTotalConstraints
Type: SystemInt32
An int scalar value which defines the total number of constraints.
mEqualityConstraints
Type: SystemInt32
An int scalar value which defines the number of equality constraints.
nVariables
Type: SystemInt32
An int scalar value which defines the number of variables.
See Also