| dnl {cccp} | R Documentation | 
Creating a member object of the reference-class DNL
Description
This function returns an object containing the definition of a linear
program with non-linear constraints and (if provided) cone
constraints. 
The returned object is a member of the reference-class DNL. 
Usage
dnl(q, A = NULL, b = NULL, cList = list(),
    x0, nlfList = list(), nlgList = list(), nlhList = list())
Arguments
| q | vectorof lengthnfor the coefficients in the
objective.
 | 
| A | An object of class matrixwith dimensionp \times
      norNULLfor problems without equality constraints. | 
| b | An object of class vectorwith dimensionp \times
      1orNULLfor problems without equality constraints. | 
| cList | A listobject containing the cone
constraints. Elements must be of either S4-classNNOC, orSOCC, orPSDCor an empty list in case of no
inequality constraints. | 
| x0 | An object of class vectorwith dimensionn
      \times 1for the initial values. The pointx0must be in
the domain of the nonlinear constraints. | 
| nlfList | A listobject containing the nonlinear
constraints as its elements. The functions have to be specified withxas their first argument and must be casted in implicit
form, i.e.f(x) \le 0. | 
| nlgList | A listobject containing the gradient functions
as its elements. The functions have to be specified withxas
their first argument. | 
| nlhList | A listobject containing the Hessian functions
as its elements. The functions have to be specified withxas
their first argument. | 
Value
An object belonging to the reference-class DNL. 
[Package 
cccp version 0.3-1 
Index]