Rcpp_DNL-class: Class '"Rcpp_DNL"'

Rcpp_DNL-classR Documentation

Class "Rcpp_DNL"

Description

Class for definition of linear programs with non-linear constraints.

Extends

Class "C++Object", directly. All reference classes extend and inherit methods from "envRefClass".

Fields

q:

Object of class activeBindingFunction: Matrix related to linear term in objective.

A:

Object of class activeBindingFunction: Left-hand side of equality cosntraints.

b:

Object of class activeBindingFunction: Right-hand side of equality cosntraints.

cList:

Object of class activeBindingFunction: Inequality constraints, class CONEC.

x0:

Object of class activeBindingFunction: Initial values.

nList:

Object of class activeBindingFunction: List with elements of functions for evaluating non-linear constraints, their associated gradients and their associated Hessians.

Examples

showClass("Rcpp_DNL")

cccp documentation built on Dec. 10, 2023, 3:04 a.m.

Related to Rcpp_DNL-class in cccp...