Skip to content

Commit 6f90650

Browse files
🔍 test(examples): Add one instance.
1 parent 555e8ef commit 6f90650

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/src/examples.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ const solvers = [
5757
];
5858

5959
const instances = [
60+
{
61+
title: 'wikipedia illustration',
62+
v: [4, 2, 2, 1, 10],
63+
w: [12, 2, 1, 1, 4],
64+
n: 5,
65+
W: 15,
66+
opt: 15,
67+
},
6068
{
6169
title: 'wikipedia 0-1 knapsack example',
6270
v: [505, 352, 458, 220, 354, 414, 498, 545, 473, 543],

0 commit comments

Comments
 (0)