Rcpp_CONEC-class function

Class "Rcpp_CONEC"

Class "Rcpp_CONEC"

Class for inequality (cone) constraints. 1.1

class

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")
  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 3)
  • Last published: 2023-12-09

Useful links