typo
This commit is contained in:
parent
18070e0fb8
commit
128f6100b8
1 changed files with 2 additions and 2 deletions
2
main.py
2
main.py
|
@ -198,7 +198,7 @@ def end():
|
||||||
print("--- End!")
|
print("--- End!")
|
||||||
|
|
||||||
# IA
|
# IA
|
||||||
Dt = [[] for d in range(D)) # Drone tasks
|
Dt = [[] for d in range(D)] # Drone tasks
|
||||||
# (client, product)
|
# (client, product)
|
||||||
|
|
||||||
def nearestW(p, pos):
|
def nearestW(p, pos):
|
||||||
|
|
Reference in a new issue