routing problem optimization code

5 visualizaciones (últimos 30 días)
Mostafa
Mostafa el 1 de En. de 2023
Comentada: Torsten el 2 de En. de 2023
i have a graph with nodes and links and each link have two weights ( number of people and time) and i want to find a circular route start and end at specified node the circular route should have max number of people and don't exceed a specifed time limit
  2 comentarios
Torsten
Torsten el 1 de En. de 2023
Editada: Torsten el 1 de En. de 2023
What about conditions on the route ? Each node must be visited ? Each node on the route can only be visited once ?
Mostafa
Mostafa el 1 de En. de 2023
Editada: Mostafa el 1 de En. de 2023
it is not necessary to visit each node and each node can be visited only one time

Iniciar sesión para comentar.

Respuestas (1)

Torsten
Torsten el 1 de En. de 2023
  3 comentarios
Mostafa
Mostafa el 1 de En. de 2023
Thanks alot
Torsten
Torsten el 2 de En. de 2023
If you can't implement the dynamic programming approach, use a linear optimization tool (e.g. linprog).
If you can't implement the problem in linprog, generate all cycles starting and ending in your specified node and choose the optimal one.
If you can't generate all cycles starting and ending in your specified node, well, then it's time to study a book on the subject.

Iniciar sesión para comentar.

Categorías

Más información sobre Genetic Algorithm en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by