simple_cvxpy_solver
Solve CVXPY optimization problems by defining variables, objectives, and constraints in a simplified interface, eliminating the need for complex CVXPYProblem structures.
Instructions
A simpler interface for solving CVXPY optimization problems.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
constraints | Yes | ||
description | No | ||
objective_expr | Yes | ||
objective_type | Yes | ||
parameters | No | ||
variables | Yes |