Solving linear optimization problem

Optimization problem is given http://oi49.tinypic.com/xkogmd.jpg>
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

Matt J
Matt J 2013년 4월 13일
Your link didn't work (for me).
SAUMYA CHATURVEDI
SAUMYA CHATURVEDI 2021년 12월 18일
Hi gratix,
Can you please tell me how to solve the convex optimization problem using polynomial time algorithm in matlab?

댓글을 달려면 로그인하십시오.

답변 (1개)

Matt J
Matt J 2013년 4월 13일

0 개 추천

The GA command has mixed integer programming options.

카테고리

도움말 센터File Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

질문:

2013년 4월 13일

편집:

2021년 12월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by