-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathknapsack_problems.json
More file actions
1 lines (1 loc) · 1.63 KB
/
knapsack_problems.json
File metadata and controls
1 lines (1 loc) · 1.63 KB
1
[{"items": [[23, 92], [31, 57], [29, 49], [44, 68], [53, 60], [38, 43], [63, 67], [85, 84], [89, 87], [82, 72]], "weight_limit": 165, "solution": [1, 1, 1, 1, 0, 1, 0, 0, 0, 0]}, {"items": [[12, 24], [7, 13], [11, 23], [8, 15], [9, 16]], "weight_limit": 26, "solution": [0, 1, 1, 1, 0]}, {"items": [[56, 50], [59, 50], [80, 64], [64, 46], [75, 50], [17, 5]], "weight_limit": 190, "solution": [1, 1, 0, 0, 1, 0]}, {"items": [[31, 70], [10, 20], [20, 39], [19, 37], [4, 7], [3, 5], [6, 10]], "weight_limit": 50, "solution": [1, 0, 0, 1, 0, 0, 0]}, {"items": [[25, 350], [35, 400], [45, 450], [5, 20], [25, 70], [3, 8], [2, 5], [2, 5]], "weight_limit": 104, "solution": [1, 0, 1, 1, 1, 0, 1, 1]}, {"items": [[41, 442], [50, 525], [49, 511], [59, 593], [55, 546], [57, 564], [60, 617]], "weight_limit": 170, "solution": [0, 1, 0, 1, 0, 0, 1]}, {"items": [[70, 135], [73, 139], [77, 149], [80, 150], [82, 156], [87, 163], [90, 173], [94, 184], [98, 192], [106, 201], [110, 210], [113, 214], [115, 221], [118, 229], [120, 240]], "weight_limit": 750, "solution": [1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1]}, {"items": [[382745, 825594], [799601, 1677009], [909247, 1676628], [729069, 1523970], [467902, 943972], [44328, 97426], [34610, 69666], [698150, 1296457], [823460, 1679693], [903959, 1902996], [853665, 1844992], [551830, 1049289], [610856, 1252836], [670702, 1319836], [488960, 953277], [951111, 2067538], [323046, 675367], [446298, 853655], [931161, 1826027], [31385, 65731], [496951, 901489], [264724, 577243], [224916, 466257], [169684, 369261]], "weight_limit": 6404180, "solution": [1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1]}]