Skip to content
Snippets Groups Projects
Commit 54fcc413 authored by ThibautDemare's avatar ThibautDemare
Browse files

Add in comment the other cost path strategy to have it at hand

parent fb3a7db6
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ global { ...@@ -17,7 +17,7 @@ global {
// Cost path strategies // Cost path strategies
bool isLocalCostPathStrategy <- false; bool isLocalCostPathStrategy <- false;
list<string> possibleCostPathStrategies <- ['financial_costs','travel_time']; list<string> possibleCostPathStrategies <- ['financial_costs','travel_time'];
string globalCostPathStrategy <- 'financial_costs'; string globalCostPathStrategy <- 'financial_costs';//'travel_time';//
int costsMemory <- 50; // size of the arrays used to compute costs of LSP by FC (=> equal to the number of deliveries made) int costsMemory <- 50; // size of the arrays used to compute costs of LSP by FC (=> equal to the number of deliveries made)
int neighborsDistance <- 10°km; int neighborsDistance <- 10°km;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment