Rcpp_CONEC-class: Class '"Rcpp_CONEC"'

Rcpp_CONEC-classR Documentation

Class "Rcpp_CONEC"

Description

Class for inequality (cone) constraints.

Extends

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

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")

cccp documentation built on Aug. 8, 2025, 6:55 p.m.

Related to Rcpp_CONEC-class in cccp...