Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. /home/soon/.virtualenvs/google-hash-code-2016/bin/python /home/soon/Src/Python/GoogleHashCode2016/src/algorithm.py
  2. [Order <2, (5, 6), Counter({2: 1})>,
  3. Order <0, (1, 1), Counter({0: 1, 2: 1})>,
  4. Order <1, (3, 3), Counter({0: 3})>]
  5. --------------------------------------------------
  6. [Drone <0, [0, 0], 0>, Drone <1, [0, 0], 0>, Drone <2, [0, 0], 0>]
  7. Warehouse <1, [5, 5], Counter({1: 10, 2: 2, 0: 0})>
  8. Required products: Counter({2: 1})
  9. Products to be taken: Counter({2: 1})
  10. Products in drone Counter({2: 1})
  11. Required products: Counter()
  12. Warehouse <0, [0, 0], Counter({0: 5, 1: 1, 2: 0})>
  13. Required products: Counter()
  14. --------------------------------------------------
  15. [Drone <1, [0, 0], 0>, Drone <2, [0, 0], 0>, Drone <0, (5, 6), 11>]
  16. Warehouse <0, [0, 0], Counter({0: 5, 1: 1, 2: 0})>
  17. Required products: Counter({0: 1, 2: 1})
  18. Products to be taken: Counter({0: 1})
  19. Products in drone Counter({0: 1})
  20. Required products: Counter({2: 1})
  21. Warehouse <1, [5, 5], Counter({1: 10, 2: 1})>
  22. Required products: Counter({2: 1})
  23. Products to be taken: Counter({2: 1})
  24. Products in drone Counter({2: 1})
  25. Required products: Counter()
  26. --------------------------------------------------
  27. [Drone <0, (5, 6), 11>, Drone <1, (1, 1), 4>, Drone <2, (1, 1), 16>]
  28. Warehouse <1, [5, 5], Counter({1: 10})>
  29. Required products: Counter({0: 3})
  30. Products to be taken: Counter()
  31. Required products: Counter({0: 3})
  32. Warehouse <0, [0, 0], Counter({0: 4, 1: 1})>
  33. Required products: Counter({0: 3})
  34. Products to be taken: Counter({0: 3})
  35. Products in drone Counter({0: 3})
  36. Required products: Counter()
  37. [([Load drone 0 at WH 1 with product type 2 * 1 items,
  38. Deliver drone 0 to order 2 with product type 2 * 1 items],
  39. 11),
  40. ([Load drone 1 at WH 0 with product type 0 * 1 items,
  41. Deliver drone 1 to order 0 with product type 0 * 1 items,
  42. Load drone 2 at WH 1 with product type 2 * 1 items,
  43. Deliver drone 2 to order 0 with product type 2 * 1 items],
  44. 16),
  45. ([Load drone 1 at WH 0 with product type 0 * 3 items,
  46. Deliver drone 1 to order 1 with product type 0 * 3 items],
  47. 13)]
  48.  
  49. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement