This class represents a canonicalization reduction.
# S4 method for Canonicalization,Problem
perform(object, problem)# S4 method for Canonicalization,Solution,InverseData
invert(object, solution, inverse_data)
# S4 method for Canonicalization
canonicalize_tree(object, expr)
# S4 method for Canonicalization
canonicalize_expr(object, expr, args)
List of arguments to canonicalize the expression.
perform
: Recursively canonicalize the objective and every constraint.
invert
: Performs the reduction on a problem and returns an equivalent problem.
canonicalize_tree
: Recursively canonicalize an Expression.
canonicalize_expr
: Canonicalize an expression, w.r.t. canonicalized arguments.