Does intlinprog use cuts during its Branch and Bound Algorithm?

I´m currently working with the Function intlinprog from the optimization toolbox and wonder, if it uses cuts during its Branch and Bound Algorithm? I read the descriptions of the function https://www.mathworks.com/help/optim/ug/intlinprog.html and https://www.mathworks.com/help/optim/ug/mixed-integer-linear-programming-algorithms.html and i am still not sure, if it uses cuts during its BnB. There is a mention of cuts and even an option to tell the function what cuts should be used, but does that only apply to cuts for preprocessing? If i had to guess, i would say that it doesn´t use cuts in BnB, hence it is called Branch and Bound and not Branch and Cut, but i´m just not entirely certain of it. I´m fairly new to MILP, so if my questions sounds somewhat silly in face of the clear mention of BnB in intlinprog, then that´s on me, but i don´t get why one wouldn´t use cuts in BnB? Another question would be, if that function can be made to use multiple CPU cores?
I hope someone can give me some clarity in that regard. Thanks in advance

 채택된 답변

Bruno Luong
Bruno Luong 2022년 8월 6일

0 개 추천

CutMaxIterations: Number of passes through all cut generation methods before entering the branch-and-bound phase,
It seems pretty clear to me

댓글 수: 2

Thanks for the quick answer.
Yes i saw that, too. It definitely was clear to me, that there are cuts before the BnB I just didn´t know, if there are still cuts in the BnB algorithm. There was no mention of it, so i assumed there are no, but then again i don´t understand why there woudn´t be. As i said i´m fairly new to MILP solving, so i might simply not grasp why there are none. It just seemed odd to me and that rose some suspicion, if i am getting something wrong.
You can see a fairly complete algorithm description of intlinprog here.
Alan Weiss
MATLAB mathematical toolbox documentation

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

추가 답변 (0개)

카테고리

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

제품

릴리스

R2021b

질문:

2022년 8월 6일

댓글:

2022년 8월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by