Definition of nonlinear inequality constraints
This function is the interface to the reference class NLFC
for creating nonlinear constraints.
nlfc(G, h)
G
: Object of class "matrix"
: A matrix containing the coefficients of the lefthand-side linear inequality constraints.h
: Object of class NLFV
: A vector containing the coefficients of the righthand-side linear inequality constraints as slot u
.List with elements: conType
, G
and h
.
Useful links