Filter löschen
Filter löschen

branch and bound optimization

62 Ansichten (letzte 30 Tage)
bentorki wail
bentorki wail am 30 Jun. 2021
Beantwortet: Devyani Maladkar am 25 Aug. 2021
how to use branch and bound to solve a simple problem of maximization
& thnx

Antworten (1)

Devyani Maladkar
Devyani Maladkar am 25 Aug. 2021
Hello,
It is my understanding that you want to understand how to use branch and bound optimisation to solve a maximization problem.
You can refer to the documentation provided for the function intlinprog that can be used to solve mixed integer linear programming problems and uses branch and bound algorithm, there are examples of using the function in the same documentation. More details of the algorithm can be found in the documentation for Mixed Linear Programming Algorithms.

Kategorien

Mehr zu Problem-Based Optimization Setup finden Sie in Help Center und File Exchange

Produkte


Version

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by