-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dvrp): generic loads and changeable capacities (#3627)
* feat(dvrp): generic loads and changeable capacities * fix: DefaultCapacityReconfigurationLogic * fix: Proper use of DefaultCapacityReconfigurationLogic in RunDrtExampleWithChangingCapacitiesTest * Fix: Preventing DefaultRequestInsertionScheduler from adding passengers in CapacityChangeTask * fix: considering the case when vehicle is currently in a CapacityChangeTask * feat: compatibility of PrebookingActionCreator with CapacityChangeTask * fix: handling the case where current task is a capacity change * chore: code cleanup * fix: DefaultCapacityReconfigurationLogic * fix: CapacityChangeSchedulerEngine * fix: targeting fleet vehicles in CapacityLoadAnalysisHandler * refactoring of load code * fix whitespaces * feat: configurable DefaultCapacityReconfigurationLogic installation * fix: allowCapacityChangeBeforeDayStarts=false by default * add hashCode * fix tests * fix: updated reference files --------- Co-authored-by: Tarek CHOUAKI <[email protected]> Co-authored-by: Dr. Steffen Axer <[email protected]> Co-authored-by: Sebastian HÖRL <[email protected]> Co-authored-by: Sebastian Hörl <[email protected]>
- Loading branch information
1 parent
c0a6c24
commit 9402f16
Showing
156 changed files
with
3,703 additions
and
530 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.