Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
rewertvsp committed Jan 9, 2025
1 parent 85a9610 commit 5b61e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ private static int calculateDemandBasedOnLinkLength(int countOfLinks, int distri
* @param scenario Scenario
*/
private static void combineSimilarJobs(Scenario scenario) {

//TODO: add check of possible vehicles capacity
log.warn(
"The number of Jobs will be reduced if jobs have the same characteristics (e.g. time, location, carrier)");
for (Carrier thisCarrier : CarriersUtils.getCarriers(scenario).getCarriers().values()) {
Expand Down

0 comments on commit 5b61e42

Please sign in to comment.