Meaning of "Intlinprog stopping at the root node"

8 visualizaciones (últimos 30 días)
ilke ALTIN
ilke ALTIN el 29 de Nov. de 2020
Comentada: ilke ALTIN el 29 de Nov. de 2020
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

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 29 de Nov. de 2020
Editada: Ameer Hamza el 29 de Nov. de 2020
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 comentario
ilke ALTIN
ilke ALTIN el 29 de Nov. de 2020
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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with Optimization Toolbox en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by