Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harusametime/mkp
Multi-dimensional Knapsack Problem Solver by Branch and Bound
https://github.com/harusametime/mkp
Last synced: about 2 months ago
JSON representation
Multi-dimensional Knapsack Problem Solver by Branch and Bound
- Host: GitHub
- URL: https://github.com/harusametime/mkp
- Owner: harusametime
- Created: 2015-12-08T01:08:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T04:37:06.000Z (almost 8 years ago)
- Last Synced: 2024-08-12T09:49:47.044Z (4 months ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MKP
Multi-dimensional Knapsack Problem Solver by Branch and BoundThis has two samples of multi-dimesional knapsack problems.
- knapsack: putting golds into bags
- DataCenter: packing virtual machines into servers