Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 692 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 692 Bytes

Pack -- A tool for caculate the pack data

Build Status

Input:

length, weight, height of the product

Condictions:

  • Maximum of the size of the box is length 58cm, width 50cm, heigth 50cm
  • n products should be packed in one pokect, g pokects should be packed in one box, n belong to set{3,6,8,12}
  • Try to pack as many as products in one box
  • Try to use as less as pokects in one box

Output:

  • The best pack solution: pack n product in one pokect
  • The maximum number of the products you can pack with this solution
  • The size of the box you need
  • The count of pokects you need