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
Commits
d13eb869
Commit
d13eb869
authored
9 months ago
by
Romain BERNARD
Browse files
Options
Downloads
Patches
Plain Diff
WIP init PT Line generation parameters object
parent
65508bca
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Route manipulation API with automatic constraint propagation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
src/utils/Instance Generation/Graph/PTLineGenerationParameters.h
+14
-0
14 additions, 0 deletions
...ls/Instance Generation/Graph/PTLineGenerationParameters.h
with
15 additions
and
0 deletions
CMakeLists.txt
+
1
−
0
View file @
d13eb869
...
...
@@ -110,6 +110,7 @@ add_executable(GraphGeneration
src/services/DatFile/DATRow.h
"src/utils/Instance Generation/Graph/OSRMGraphGenerator.h"
"src/utils/Instance Generation/Graph/GraphGenerator.h"
"src/utils/Instance Generation/Graph/PTLineGenerationParameters.h"
)
target_include_directories
(
GreedyAlgorithm PRIVATE
${
PYTHON_INCLUDE_DIRS
}
)
...
...
This diff is collapsed.
Click to expand it.
src/utils/Instance Generation/Graph/PTLineGenerationParameters.h
0 → 100644
+
14
−
0
View file @
d13eb869
//
// Created by romain on 18/06/24.
//
#ifndef GREEDYALGORITHM_PTLINEGENERATIONPARAMETERS_H
#define GREEDYALGORITHM_PTLINEGENERATIONPARAMETERS_H
class
PTLineGenerationParameters
{
};
#endif //GREEDYALGORITHM_PTLINEGENERATIONPARAMETERS_H
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment