Hello,
I´m trying to achieve the network where task executors are avoiding each other (and are not conflicting on exact point in network nodes either), which is the main issue I am having at this moment.
In the model below I am able to quite well control the opening and closing net nodes how I need to to avoid conflicting in the middle of the node, but on the points there are still conflicts happening.
In my opinion it is caused by too early opening of nodes after task executor passes them, however I was not able to find workaround it.
Ideal scenario would be for executor to evaluate on each point the best possible way to final station, so he would avoid node that is already closed (red square below).
Is there any better way how to solve this issue, and let task executors freely travel on nodes without conflicting with each other?
Thank you so much!