Meaning of "Intlinprog stopping at the root node"

8 ビュー (過去 30 日間)
ilke ALTIN
ilke ALTIN 2020 年 11 月 29 日
コメント済み: ilke ALTIN 2020 年 11 月 29 日
Hello,
When I use intlinprog for my 3D assignment problem which is an NP hard linear integer program, I get the following message almost every time:
Intlinprog stopped at the root node because the objective value is within a gap tolerance of the optimal value,
options.AbsoluteGapTolerance = 0 (the default value). The intcon variables are integer within tolerance,
options.IntegerTolerance = 1e-05 (the default value).
The solution is integer as expected and seems to be correct. What I would like to ask is intlinprog stopping at the root node. What shall I understand from this message? I assume that intlinprog uses a branch and bound like algorithm, which shall search for the solution in many possible branches. Could anyone please guide me regarding this message?
Best Regards,
ilke

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 11 月 29 日
編集済み: Ameer Hamza 2020 年 11 月 29 日
It is a term defined in the LP algorithms. Rood node is the relaxed LP problem. It is difficult to describe everything in this answer so you can find the detail at this link: https://www.mathworks.com/help/optim/ug/mixed-integer-linear-programming-algorithms.html
  1 件のコメント
ilke ALTIN
ilke ALTIN 2020 年 11 月 29 日
Thank you very much, after checking the link that you have shared I have realized that the problem that I have defined has the same solution for intlinprog, and linprog because linprog also finds integer solutions. I believe that is the reason the intlinprog finds the solution at the root node.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Optimization Toolbox についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by