Solving linear optimization problem
Mostrar comentarios más antiguos
a(i),b(i) ∈ N, C are given. y(j) – integer variables vector. x(i,j) – binary variables matrix.
What’s the class of this task? MINLP?
As I understand, this function is multi-objective and non-convex so there are no ways to solve it with polynomial time algorithm. Possible variants are only exhaustive search (with some branch and bound optimization) or heuristic methods like genetic algorithm, etc.
Is it possible to solve it using MATLAB or some toolbox?
2 comentarios
Matt J
el 13 de Abr. de 2013
Your link didn't work (for me).
SAUMYA CHATURVEDI
el 18 de Dic. de 2021
Hi gratix,
Can you please tell me how to solve the convex optimization problem using polynomial time algorithm in matlab?
Respuestas (1)
Matt J
el 13 de Abr. de 2013
0 votos
The GA command has mixed integer programming options.
Categorías
Más información sobre Solver Outputs and Iterative Display en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!