This class represents a reduction that expands convex variable attributes into constraints.
# S4 method for CvxAttr2Constr,Problem
perform(object, problem)# S4 method for CvxAttr2Constr,Solution,list
invert(object, solution, inverse_data)
The inverse data returned by an invocation to apply.
perform
: Expand convex variable attributes to constraints.
invert
: Performs the reduction on a problem and returns an equivalent problem.