Personal tools
You are here: Home Documentation User's Guide 10. Modeling (cvxopt.modeling)
Document Actions

10. Modeling (cvxopt.modeling)

10. Modeling (cvxopt.modeling) The module cvxopt.modeling can be used to specify and solve optimization problems with convex piecewise-linear objective and constraint functions.

To specify an optimization problem one first defines the optimization variables (see section 10.1), and then defines the objective and constraint functions using linear operations (vector addition and subtraction, matrix-vector multiplication, indexing and slicing) and nested evaluations of max(), min(), abs() and sum() (see section 10.2).



Subsections
 

Powered by Plone CMS, the Open Source Content Management System