Global variable Out and CreateOutFile() function
This commit is contained in:
parent
32278e7461
commit
4958ce6f7b
2
main.py
2
main.py
|
@ -37,6 +37,8 @@ Cp = []; # Positions of customers
|
|||
Ci = []; # Needs of customers
|
||||
# {product number: qt}
|
||||
|
||||
Out = '' # Drones commands
|
||||
|
||||
# Debug
|
||||
|
||||
assert(len(Dp) == len(Di) == len(Dd) == len(Da) == D)
|
||||
|
|
Reference in a new issue