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

Commit

Permalink
extract side effect
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Aug 13, 2024
1 parent 0eae067 commit 4c440cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void scheduleResource() {
CarrierService carrierService = convertToCarrierService(tupleToBeAssigned);
carrier.getServices().put(carrierService.getId(), carrierService);
}
carrier = CarrierSchedulerUtils.solveVrpWithJsprit(carrier, scenario);
CarrierSchedulerUtils.solveVrpWithJsprit(carrier, scenario);
}

private CarrierService convertToCarrierService(LspShipmentWithTime tuple) {
Expand Down

0 comments on commit 4c440cc

Please sign in to comment.