fix cvrptw.py example

This commit is contained in:
Driss Lahlou
2016-07-05 13:17:16 +02:00
parent c6f2cfbb8c
commit 4505436ded

View File

@@ -685,7 +685,7 @@ def main():
# partial[1,:].tolist(),
# partial[2,:].tolist(),
# partial[3,:].tolist(),
# [],[],[],[],[]]
# [],[],[],[]]
# print(routing.ApplyLocksToAllVehicles(partial_list, False))
# Solve the problem !