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