ListORConstr-class {CVXR} | R Documentation |
A Class Union of List and Constraint
Description
A Class Union of List and Constraint
Usage
## S4 method for signature 'ListORConstr'
id(object)
Arguments
object |
A list or Constraint object. |
Methods (by generic)
-
id(ListORConstr)
: Returns the ID associated with the list or constraint.
[Package CVXR version 1.0-14 Index]