Anti-parallel movement of people on edges
The evacuation strategy does not consider constraints on edges now. This is an interesting constraint to add to our problem. It is difficult to model because we would have to consider real time position of all the evacuees and assign them a penalty if they meet each other along an edge during the path traversal. If there would be too many anti-parallel edge movements the simulated annealing would have to keep on annealing until it finds an optimal solution with minimal anti-parallel movement on edges.