Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current path finding algorithm does not work well with shuttle #437

Open
patsonluk opened this issue Jun 25, 2021 · 0 comments
Open

Current path finding algorithm does not work well with shuttle #437

patsonluk opened this issue Jun 25, 2021 · 0 comments

Comments

@patsonluk
Copy link
Owner

If 2 airlines A and B offer shuttle from same airport X to Y,

if to Y, the lower cost shuttle is from Airline A, then it will completely shut out B, which is not correct, as B might have flights going out from Y that either A does not offer or A has higher cost

Need to re-think path finding with shuttle - the main hurdle here is that shuttle behaves differently, pax cannot switch from airline A to B. Hence the lowest cost to node X algorithm is not going to work well here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant