I am doing some study in which I want to group records on certain parameters say weight, volume, Date of Mfg.
I want to pack the materials in boxes with above details with following constraints.
1. Total weight in the container should <= X
2. Total Volume in the Container should <=Y
3. Can not have more than 3 different manufacturing dates
4. Gap in the manufacturing dates should not be more than 5 days.
I want to pack the materials in boxes with above details with following constraints.
1. Total weight in the container should <= X
2. Total Volume in the Container should <=Y
3. Can not have more than 3 different manufacturing dates
4. Gap in the manufacturing dates should not be more than 5 days.