Files
ortools-clone/examples/data/binpacking/0_format_description.txt
Laurent Perron 829736505c new data sets
2016-11-29 13:39:40 +01:00

21 lines
279 B
Plaintext

instances format:
N C
1 w a1 a2 ... ak
...
i w a1 a2 ... ak
...
N w a1 a2 ... ak
where:
N is the number of items
C is the bin capacity
i is a number identifying the item
w is the item weight
a1, ..., ak are the items which are incompatible with item i