ROI_constraint function

constraint

constraint

ROI distinguishes between 5 different types of constraint:

  • No Constraint NO_constraint (inherits from "constraint")
  • Linear Constraint L_constraint (inherits from "constraint")
  • Quadratic Constraint Q_constraint (inherits from "constraint")
  • Conic Constraint C_constraint (inherits from "constraint")
  • Function Constraint F_constraint (inherits from "constraint")
## S3 method for class 'constraint' c(..., recursive = FALSE) as.constraint(x) is.constraint(x) ## S3 method for class 'constraint' dim(x)

Arguments

  • recursive: a logical, giving if the arguments should be combined recursively.
  • x: an object to be coerced or tested.
  • ``: objects to be combined.
  • Maintainer: Stefan Theussl
  • License: GPL-3
  • Last published: 2023-04-20