Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# MKP
Multi-dimensional Knapsack Problem Solver by Branch and Bound

This has two samples of multi-dimesional knapsack problems.
- knapsack: putting golds into bags
- DataCenter: packing virtual machines into servers