Using Branch and Bound Algorithm to solve Discrete Binary Quadratic Programming (QP) problem

조회 수: 4 (최근 30일)
Dear all,
Can I use the branch and bound algorithm to solve my problem ((Discrete Binary Quadratic Programming (QP) problem)) in Matlab, if yes, what is the name of function (solver) that I can use in Matlab??
if no, Does GA is an effective algorithm that can I use to solve my problem?
please send me useful documentation for this

채택된 답변

Matt J
Matt J 2020년 11월 8일
편집: Matt J 2020년 11월 8일
Can I use the branch and bound algorithm to solve my problem ((Discrete Binary Quadratic Programming (QP) problem)) in Matlab
No, except in the special case where your QP is also an LP. In that case, use intlinprog.
if no, Does GA is an effective algorithm that can I use to solve my problem?
The only way to find out is to try.
  댓글 수: 2
Mohammad Al ja'idi
Mohammad Al ja'idi 2020년 11월 8일
Dear MAtt,
The problem that I am working on as follows:
  1. The objective function is Quadratic
  2. all constraints are linear.
  3. The vaviables are discrete binary (0 or 1 only).
Do you see my problem as Quadratic programming (QP)problem and also Linear Programming (LP)?
Thanks,
MK
Matt J
Matt J 2020년 11월 8일
편집: Matt J 2020년 11월 8일
A linear program is a special case of a quadratic program, just as a linear function is a special case of a quadratic function, one with zero curvature.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by