constraint (Constructors) {ROI} | 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. |
[Package ROI version 1.0-1 Index]