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.5KB)

Runtime依存関係 (1):

gnuplot ~> 2.6

Development依存関係 (4):

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

所有者:

作者:

  • Jan Sucan

SHA 256チェックサム:

2fa5a429876829e6baf34d45dc776319212be1486bbf3f8a4b442f7d12fc0559

累計ダウンロード数 2,139

このバージョンのみ 2,139

ライセンス:

MIT

必要なRubyのバージョン: >= 2.2

リンク: