cvxpy
cvxpy copied to clipboard
A Python-embedded modeling language for convex optimization problems.
Results
381
cvxpy issues
Sort by
recently updated
recently updated
newest added
**Describe the bug** The following code does not end up using the parameterized problem in the second call, despite the call the `get_problem_data()` using the solver chosen by default. **To...