-
Notifications
You must be signed in to change notification settings - Fork 22
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
[optim-ortools] General fixes and vehicle compatibility check improvement #318
Merged
senhalil
merged 18 commits into
Mapotempo:dev
from
senhalil:feat/general_fixes_and_vehicle_compatibility_check_improvement
Feb 17, 2022
Merged
[optim-ortools] General fixes and vehicle compatibility check improvement #318
senhalil
merged 18 commits into
Mapotempo:dev
from
senhalil:feat/general_fixes_and_vehicle_compatibility_check_improvement
Feb 17, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
senhalil
force-pushed
the
feat/general_fixes_and_vehicle_compatibility_check_improvement
branch
2 times, most recently
from
December 7, 2021 14:58
1365af7
to
3312183
Compare
braktar
suggested changes
Dec 16, 2021
senhalil
force-pushed
the
feat/general_fixes_and_vehicle_compatibility_check_improvement
branch
from
December 24, 2021 15:46
3312183
to
ec1c077
Compare
senhalil
force-pushed
the
feat/general_fixes_and_vehicle_compatibility_check_improvement
branch
from
January 12, 2022 16:21
ec1c077
to
3f55468
Compare
senhalil
force-pushed
the
feat/general_fixes_and_vehicle_compatibility_check_improvement
branch
from
January 20, 2022 10:10
3f55468
to
b6619c5
Compare
senhalil
force-pushed
the
feat/general_fixes_and_vehicle_compatibility_check_improvement
branch
3 times, most recently
from
February 3, 2022 08:12
5ea4a6f
to
8ee3ada
Compare
senhalil
changed the title
General fixes and vehicle compatibility check improvement
[optim-ortools] General fixes and vehicle compatibility check improvement
Feb 3, 2022
1 task
senhalil
force-pushed
the
feat/general_fixes_and_vehicle_compatibility_check_improvement
branch
from
February 14, 2022 10:36
8ee3ada
to
3412b50
Compare
min/max_day_lapse relation can be defined based on the first visit if and only if the lapses are equal. Otherwise, they need to be defined via sequential visites -- which can be done via one single relation, instead of defining each pair seperately.
senhalil
force-pushed
the
feat/general_fixes_and_vehicle_compatibility_check_improvement
branch
from
February 15, 2022 15:01
3412b50
to
9711456
Compare
braktar
suggested changes
Feb 15, 2022
senhalil
force-pushed
the
feat/general_fixes_and_vehicle_compatibility_check_improvement
branch
from
February 16, 2022 14:07
9711456
to
8020d7f
Compare
braktar
suggested changes
Feb 16, 2022
senhalil
force-pushed
the
feat/general_fixes_and_vehicle_compatibility_check_improvement
branch
from
February 16, 2022 15:17
8020d7f
to
398952a
Compare
senhalil
force-pushed
the
feat/general_fixes_and_vehicle_compatibility_check_improvement
branch
from
February 16, 2022 16:54
398952a
to
a388334
Compare
braktar
approved these changes
Feb 17, 2022
senhalil
deleted the
feat/general_fixes_and_vehicle_compatibility_check_improvement
branch
February 17, 2022 09:10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Filter vehicles by compatibility, tw, duration, capacity, etc while accumulating more information
and give the list as (compatible) vehicle indices to or-tools.