format_constr | R Documentation |
Format constraints for the solver.
format_constr(object, eq_constr, leq_constr, dims, solver)
object |
A Constraint object. |
eq_constr |
A list of the equality constraints in the canonical problem. |
leq_constr |
A list of the inequality constraints in the canonical problem. |
dims |
A list with the dimensions of the conic constraints. |
solver |
A string representing the solver to be called. |
A list containing equality constraints, inequality constraints, and dimensions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.