Hello Flexsim Users and Developers
I built a large network (mesh with some paths randomly removed) about 2 000 nodes (NN).After reset() flexsim compute something about 1 minute - proably
creates routing tables if am wrong please correct me.
My question: what algorithm for determining shortest paths use FlexSim in "Default Network Navigator" mode? Is it I Astar or Dijkstra (maybe others)?
I know that flexsim uses Astar. Does he also use Dijkstra for some cases. Dijkstra is also very fast for this network type.
Best regards
Piotr
ps.
Flexscript is very powerfull longuage , and you can do anything with it. it contains also very rich objects library.