This commit is contained in:
Geoffrey Frogeye 2016-02-11 21:45:48 +01:00
parent 18070e0fb8
commit 128f6100b8

View file

@ -198,7 +198,7 @@ def end():
print("--- End!")
# IA
Dt = [[] for d in range(D)) # Drone tasks
Dt = [[] for d in range(D)] # Drone tasks
# (client, product)
def nearestW(p, pos):