Authors: Jan Sucan
License: MIT
Summary: This gem contains command-line utility for solving 0/1 knapsack problem using
branch-and-bound method, dynamic programming, simple heuristic (weight/price)
and fully polynomial time approximation scheme.
It can measure CPU...