ROI_constraint: constraint

constraint (Constructors)R Documentation

constraint

Description

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

Usage

## 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.


ROI documentation built on April 21, 2023, 1:11 a.m.

Related to ROI_constraint in ROI...