Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SAEV Greedy Fleet Sizing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Romain BERNARD
SAEV Greedy Fleet Sizing
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
b8a7374c9e159cba2743d4ed40f6537b87e56e31
Select Git revision
Branches
3
dev
feature/multimodal-insertion-heuristic
master
default
3 results
Begin with the selected commit
Created with Raphaël 2.2.0
12
Sep
11
10
9
6
5
4
3
2
29
Aug
26
23
26
Jul
25
24
23
22
17
16
15
12
10
1
24
Jun
21
20
19
18
14
13
12
11
7
3
2
1
27
May
24
17
29
Apr
26
25
24
23
25
Mar
26
Feb
21
20
19
15
8
7
30
Jan
29
22
add isEntryFulfilled method
feature/multimo…
feature/multimodal-insertion-heuristic
add prefix to debug messages
add unfulfilled entry/exit requests info
add exit debug to tests
fix checking the next scheduled passage wrt max entry constraint if no value is lower than it
add checks to new transit line generation
remove duplicate --
Add debug check for exit candidates generation
account for cases where the entry subrequest didn't require a vehicle (use min departure)
give a more accurate max exit constraint for transit exit
add transit shortest path arrival node
set exit subrequest arrival tw properly depending on if the transit entry required a vehicle or not
automatically accept requests that don't actually need a vehicle (start and end on a same node)
fix return type to prevent ref staleness
fix time slot choice in entry candidate selection
fix compilation
Split entry/exit subrequest construction to accurately set the time window of exit requests
Add error handling to (sub)Request generation
remove some currently useless members of the Request class
only set _arrivalTime if there's a valid path, otherwise keep default -1 value
fix cases with size lower than max_transit_exit_candidate
implement best transit exits generation and insertion
make best transit insertion generic for entry/exit use cases
functions const-correctness
add shortest transit paths API to graphs
take into account that the container can be setup to hold cells for every possible goal node
docs edition
rename parameter for more clarity
implement min/max/scoring functions for exit requests (modify via override if needed)
make the actual insertion function generic for entries/exits subrequests
Add Emma Lacoste's visualisation scripts
replace assign to properly replace the request
add specific debug messages for multimodal heuristic
fix to_string() missing the last active vehicle
create a bigger scale test for multimodal insertion heuristic debug purposes
add global route logging function to log all vehicle routes
add subrequest debug logging
remove now unusable debug msg due to removal of requestId
add assertions to check if file was properly opened in debug
move assertm macro to Globals.h
Loading