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

Route Finder doesn't fill plane with jobs along the way to destination #33

Closed
icykoneko opened this issue Jan 17, 2021 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@icykoneko
Copy link
Contributor

I've noticed that the Route Finder does good for dropping off pax at multiple spots, but it completely ignores filling the plane enroute to a destination.

For example, say you have departure airport that's 50 NM from destination, bearing 180 deg, but only 5 pax. You can hold 5 more (based on the inputs). Let's suppose there's an airport 40 NM, bearing 170 deg from the destination with 3 more pax. I would expect the Route Finder to pick up those pax as well, but in practice, it will only choose one of the other, both of which are kinda meh :(

@piero-la-lune
Copy link
Owner

You are absolutely right, the algorithm considers on-route stops for dropping off pax, but not loading them. Not so easy to implement without breaking everything, but should be doable, I will look into it. Thanks!

@piero-la-lune piero-la-lune added the enhancement New feature or request label Jan 22, 2021
@piero-la-lune piero-la-lune self-assigned this Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants