Hi all,

I have a grid network with a number nodes with (x,y) coordinates, and I 
have a couple of individuals that visit these nodes in the network. For 
instance, individual 1 visits nodes (1,3), (4,5), (8,9) and individual 2 
visits (4,3), (2,5). 

I need to access these nodes for each individual (let say in a for loop for 
all individuals) but I do not know the best way of doing it in Julia. 

Thanks in advance,

Reply via email to