Quadratically Constraint Quadratic Programming - Optimization in Python with CPLEX (Part 6)

preview_player
Показать описание
In this video, we introduce Quadratically Constraint Quadratic Programming (QCQP) and show how to implement it in Python by using docplex.

This video series introduces several Mathematical Optimization Problems and shows how to solve them in Python via docplex package (Python interface to CPLEX).

❔Answers to
↪︎ What is quadratically constraint quadratic programming?
↪︎ How can I add quadratic constraints?

🌎 Follow Coding Perspective:

🎥 Video series:
Рекомендации по теме
Комментарии
Автор

Thanks for this beautiful series and keeping it short as much as possible, sir. Much appreciated.

vagabnd
Автор

anything to find maximim if we include condition x2<1 instead of the present one?

coding-er
Автор

Thanks for showing. Only thing is the code is buggy/ does not match the comments. (obj fn and constraint on y)

NbyD
Автор

You added "z" as a binary decision variable, yet in the solution, there is no value for "z" only "x" and "y", any justification for this result?

prof_shixo