powered by
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.
Problem.var_dict
cvxpy/problems/problem.py:267-271
Variable
var_dict(x, ...)
Named list of Variable objects, keyed by name.
A Problem object.
Problem
Not used.