-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Say, I have a demand of 1000 passengers trips list. After a simulation, the result looks like this:

Though arrived passengers here are 600, in the chosenpaths_paths.csv file I am finding unique paths of 800 passengers (i.e.). I understand that chosenpaths_paths file only stores the paths of pathset_paths.csv file after excluding the unchosen/ rejected paths from there. The pathset_paths.csv file in this case has unique pathsets of 900 passengers, which are the number of total pathsets found which is OK.
My question is how can I identify those 600 arrived passengers out of these 800 chosenpaths list? So far I used to think that the chosenpaths_paths.csv file comprises with only the arrived passengers' paths, but it stores a good number missed passengers' pathsets as well (if those are stored so, why those paths were missed?)