EliminatePwl-class {CVXR} | R Documentation |
The EliminatePwl class.
Description
This class eliminates piecewise linear atoms.
Usage
## S4 method for signature 'EliminatePwl,Problem'
accepts(object, problem)
Arguments
object |
An EliminatePwl object. |
problem |
A Problem object. |
Methods (by generic)
-
accepts(object = EliminatePwl, problem = Problem)
: Does this problem contain piecewise linear atoms?
[Package CVXR version 1.0-14 Index]