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

Relations and vehicles reference each other #146

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

senhalil
Copy link
Contributor

@fonsecadeline I had to remove the vehicle relation from #144 because it is not compatible with the actual multi tour expansion logic. Since the expansion of the trip parameter is inside the optimizerwrapper and uses Marshal.dump/load the base.rb cannot "see" these new vehicles and the trip relation generated inside this expansion function cannot point to these vehicles. We need to move the expansion of the vehicle[:trips] before the create function so that inside the code we only maintain one way -- trips as relations.

@senhalil senhalil changed the title Relation vehicle references Relations and vehicles reference each other Feb 25, 2021
@senhalil senhalil force-pushed the feat/relation_vehicle_references branch from e165144 to 9e199b6 Compare March 1, 2021 09:28
@senhalil senhalil force-pushed the feat/relation_vehicle_references branch 2 times, most recently from 64bb971 to 86a85e0 Compare March 16, 2021 16:33
@senhalil senhalil force-pushed the feat/relation_vehicle_references branch from 86a85e0 to 610ccb0 Compare April 9, 2021 13:21
@senhalil
Copy link
Contributor Author

@senhalil senhalil added this to the v1.8 milestone Apr 15, 2021
@senhalil senhalil closed this Apr 20, 2021
@senhalil senhalil reopened this Apr 20, 2021
@senhalil senhalil force-pushed the feat/relation_vehicle_references branch from 610ccb0 to 7566d86 Compare May 4, 2021 08:43
@senhalil senhalil force-pushed the feat/relation_vehicle_references branch from 7566d86 to 01c061b Compare June 21, 2021 09:32
@fab-girard fab-girard removed this from the v1.8 milestone Sep 22, 2021
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

Successfully merging this pull request may close these issues.

2 participants