| Copyright | (c) Masahiro Sakai 2014 |
|---|---|
| License | BSD-style |
| Maintainer | masahiro.sakai@gmail.com |
| Stability | provisional |
| Portability | non-portable (ScopedTypeVariables) |
| Safe Haskell | None |
| Language | Haskell2010 |
ToySolver.Combinatorial.Knapsack.DPDense
Description
Simple 0-1 knapsack problem solver that uses DP.