Skip to content

Commit

Permalink
fix test accordingly to changes on MATSim-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Sep 30, 2024
1 parent dfee702 commit a24cc28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/matsim/vsp/freight/RunFreight.java
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ private static void generateCarrierPlans(Network network, Carriers carriers, Car

NetworkRouter.routePlan(newPlan,netBasedCosts) ;

carrier.addPlan(newPlan) ;
carrier.setSelectedPlan(newPlan) ;

//Plot der Jsprit-Lösung
Expand Down

0 comments on commit a24cc28

Please sign in to comment.