Rcpp_CONEC-class {cccp}R Documentation

Class "Rcpp_CONEC"

Description

Class for inequality (cone) constraints.

Extends

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

Fields

cone:

Object of class activeBindingFunction: Type of cone constraints.

G:

Object of class activeBindingFunction: Left-hand side of inequality constraints.

h:

Object of class activeBindingFunction: Right-hand side of inequality constraints.

sidx:

Object of class activeBindingFunction: Row index for subsets of cone constraints.

dims:

Object of class activeBindingFunction: Dimension of cone constraints.

K:

Object of class activeBindingFunction: Count of inequality constraints.

n:

Object of class activeBindingFunction: Count of variables in objective.

Examples

showClass("Rcpp_CONEC")

[Package cccp version 0.3-1 Index]