Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
cleanup, comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Aug 12, 2024
1 parent a7acb63 commit 8e03b96
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import org.matsim.freight.carriers.jsprit.NetworkBasedTransportCosts;
import org.matsim.freight.carriers.jsprit.NetworkRouter;

import javax.annotation.Nullable;

/**
* This class contains some code fragments, that are used in the different *CarrierScheduler
* classes. To avoid code duplication these methods are extracted and located here more centralized.
Expand Down Expand Up @@ -109,7 +107,7 @@ public static Double sumUpScore(List<CarrierPlan> scheduledPlans) {
/**
* Sum up the jsprit score of the given list of CarrierPlans.
* As a consequence this is not from the one and only jsprit run, but from all jsprit runs af the different auxiliary carriers.
* @param scheduledPlans
* @param scheduledPlans the scheduled plans with the jsprit results
* @return the summ of the scores coming from jsprit
*/
public static Double sumUpJspritScore(List<CarrierPlan> scheduledPlans) {
Expand Down

0 comments on commit 8e03b96

Please sign in to comment.