You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the BART transit implementation, EA, MD, EV PNR dummy routes have unlimited capacities. AM and PM PNR dummy routes are subject to capacities in the pnr-access direction.
During transit assignment in tm2py, EA PNR boardings affects AM. The AM PNR dummy routes’ headways are adjusted based on the EA PNR boardings, and if EA PNR boardings exceeds the AM parking capacity, the AM headway will be set to 999. So essentially we are constraining the EA + AM boardings to AM capacities. See the relevant code here.
We want to also set unlimited capacities for PM PNR dummy routes, it is probably just update the few lines in Lasso as pointed out above.
In the BART transit implementation, EA, MD, EV PNR dummy routes have unlimited capacities. AM and PM PNR dummy routes are subject to capacities in the pnr-access direction.
See relevant code in Lasso:
During transit assignment in tm2py, EA PNR boardings affects AM. The AM PNR dummy routes’ headways are adjusted based on the EA PNR boardings, and if EA PNR boardings exceeds the AM parking capacity, the AM headway will be set to 999. So essentially we are constraining the EA + AM boardings to AM capacities. See the relevant code here.
We want to also set unlimited capacities for PM PNR dummy routes, it is probably just update the few lines in Lasso as pointed out above.
Progress:
@DavidOry @AshishKuls @arashasadabadi
The text was updated successfully, but these errors were encountered: