Skip to content
Snippets Groups Projects
Commit d13eb869 authored by Romain BERNARD's avatar Romain BERNARD
Browse files

WIP init PT Line generation parameters object

parent 65508bca
No related branches found
No related tags found
1 merge request!2Route manipulation API with automatic constraint propagation
......@@ -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})
......
//
// Created by romain on 18/06/24.
//
#ifndef GREEDYALGORITHM_PTLINEGENERATIONPARAMETERS_H
#define GREEDYALGORITHM_PTLINEGENERATIONPARAMETERS_H
class PTLineGenerationParameters {
};
#endif //GREEDYALGORITHM_PTLINEGENERATIONPARAMETERS_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment