Skip to content

Commit

Permalink
for now process_initial_solution should return None for unassigned_se…
Browse files Browse the repository at this point in the history
…rvices
  • Loading branch information
Pierre-Graber committed Feb 16, 2023
1 parent 895ebc8 commit 013586d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,6 @@ def process(self):
self.blackboard.vehicles_matrix_index,
self.blackboard.vehicle_start_index,
self.blackboard.vehicle_end_index,
None,
self.blackboard.num_units
)

0 comments on commit 013586d

Please sign in to comment.