| var_dict | R Documentation |
Mirrors CVXPY's Problem.var_dict property
(cvxpy/problems/problem.py:267-271): returns a named list keyed by
each variable's name, where the value is the Variable
object itself.
var_dict(x, ...)
x |
A |
... |
Not used. |
Named list of Variable objects, keyed by name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.