This project has been moved to https://jansucan.com/git/knapsack-solver.git/
Project
knapsack_solver
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 and wall-clock time spent by solving a problem, compute
relative error of the result and generate graphs from those values.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Project Readme