A PHP OOP wrapper for solving the knapsack problem.
An example usage is given in example.php
Credit for the algorithm:
https://rosettacode.org/wiki/Knapsack_problem/0-1#PHP
composer require plastonick/knapsack-solver
A PHP OOP wrapper for solving the knapsack problem.
An example usage is given in example.php
Credit for the algorithm:
https://rosettacode.org/wiki/Knapsack_problem/0-1#PHP
composer require plastonick/knapsack-solver