The MatrixStuffing class.
# S4 method for MatrixStuffing,Problem
perform(object, problem)# S4 method for MatrixStuffing,Solution,InverseData
invert(object, solution, inverse_data)
The data encoding the original problem.
perform
: Returns a stuffed problem. The returned problem is a minimization problem in which every
constraint in the problem has affine arguments that are expressed in the form A
invert
: Returns the solution to the original problem given the inverse_data.