Implemented T-Test and output of route options
This commit is contained in:
@@ -248,7 +248,7 @@ void EdgeBasedGraphFactory::Run(const char * originalEdgeDataFilename) {
|
||||
if(turnInstruction == TurnInstructions.UTurn)
|
||||
distance += uturnPenalty;
|
||||
if(!edgeData1.isAccessRestricted && edgeData2.isAccessRestricted) {
|
||||
distance += TurnInstructions.AccessRestrictionPenaly;
|
||||
distance += TurnInstructions.AccessRestrictionPenalty;
|
||||
turnInstruction |= TurnInstructions.AccessRestrictionFlag;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user