Skip to content

Commit

Permalink
🔍 test(examples): Add one instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Oct 13, 2020
1 parent 555e8ef commit 6f90650
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/src/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ const solvers = [
];

const instances = [
{
title: 'wikipedia illustration',
v: [4, 2, 2, 1, 10],
w: [12, 2, 1, 1, 4],
n: 5,
W: 15,
opt: 15,
},
{
title: 'wikipedia 0-1 knapsack example',
v: [505, 352, 458, 220, 354, 414, 498, 545, 473, 543],
Expand Down

0 comments on commit 6f90650

Please sign in to comment.