Quadratic problem with integer variables and lineal constraints

2 vues (au cours des 30 derniers jours)
Paula P
Paula P le 19 Jan 2021
Commenté : Paula P le 29 Jan 2021
Hello,
I am trying to find the appropiate method to solve a quadratic problem with integer variables and lineal constraints.
I tried quadprog but quadratic problem with integer variables is not supported.
I have found some useful functions like ga() and surrogateopt(). Is it possible to solve with them? Which function is the best? If not, what other solver would be the best choice?
Thank you,

Réponse acceptée

Deepak Meena
Deepak Meena le 22 Jan 2021
Hi Paula ,
From my understanding you are talking about Mixed Integer Quadratic Problem. I think this doc can be very helpful for this.
Coming back to your question about using surrogateopt() , I think it won't be helpful in this case as surrogateopt is useful in optimising objective functions.
Thanks

Plus de réponses (0)

Catégories

En savoir plus sur Quadratic Programming and Cone Programming dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by