RubyGems Navigation menu

knapsack_solver 0.1.0

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.

Gemfile:
=

安裝:
=

版本列表:

  1. 0.1.0 February 14, 2018 (16.5 KB)

Runtime 相依性套件 (1):

gnuplot ~> 2.6

Development 相依性套件 (4):

rake ~> 12.0
rspec ~> 3.6
rubocop ~> 0.50.0
yard ~> 0.9

擁有者:

作者:

  • Jan Sucan

SHA 256 總和檢查碼:

=

總下載次數 2,328

這個版本 2,328

版本发布:

授權:

MIT

Ruby 版本需求: >= 2.2

相關連結: