Skip to content

Instantly share code, notes, and snippets.

@phabee
Created October 1, 2024 15:24
Show Gist options
  • Select an option

  • Save phabee/99486f30bd45804387f35e74edb98e79 to your computer and use it in GitHub Desktop.

Select an option

Save phabee/99486f30bd45804387f35e74edb98e79 to your computer and use it in GitHub Desktop.
NAME: CAP_KS_3
TYPE: CAP_KNAPSACK
COMMENT: Pack 3 items into a knapsack with max_cap=15 (Leuthold)
NUM_ITEMS: 3
KNAPSACK_CAPACITY: 15
ITEMS_ID_WEIGHT_VALUE
1 9.0 10.0
2 7.0 6.0
3 7.0 6.0
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment