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.
991b464c6263ab6d39938f9efb401ae5e57aa822
Select Git revision
Branches
2
docs
master
default
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
30
Sep
27
23
20
19
18
17
12
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
fix line breaks fr fr
docs
docs
fix line breaks
add design documents
Add a part of the diagrams + a link to their drawio versions and exports to not clutter the repo
Add main presentations done during the thesis
add bibliography exports
add doxygen config to generate hierarchies
Update file README.md
bump googletest version
Add a good amount of comments to most things that aren't getters/setters
Merge branch 'feature/multimodal-insertion-heuristic' into 'master'
master
master
A bit of cleanup
Add basic debug instances for invalid entry/exit
replace debug message macros to prevent their definitions from bleeding over to other classes
remove assert now that we account for empty lists later in the heuristic
fix bounds reset : properly reset originPredKP if necessary
fix bounds reset : add depot case
refactor to fix typo
improve debug messages for heuristic
fix cases where isEntry wasn't used to differentiate transit entry/exit
Add necessary data to instance for the algorithm to have the required shortest paths be compatible
move preprocess to time it with other shortest path
fix max condition application for entries and exits
account for the case where both departure and arrival TWs are given
doc formatting
transform to lowercase before doing string comparison
limit risks of overflow
redefine debug messages to use the appropriate macro
add class architecture TODO
fix path
add new debug instance
update instances to include travel time bounds
update PT Line parser format to control travel time + implement fixed schedule parsing and add parser docs
make old constructor deprecated
implement the public that chains all the steps of the algorithm
add isMultimodal attribute
if request was unfulfilled, emplace its ID for future reference to insert it via SAEV-only best insertion in the last step of algorithm
enrich docs
make const
rename heuristic to be slightly more descriptive
Loading