Crate kp_heuristics
Source - Knapsack
- Solution
- default
- Runs the Default heuristic for Knapsack Problem using the given data
- map
- Runs the MaP heuristic for Knapsack Problem using the given data
- miw
- Runs the MiW heuristic for Knapsack Problem using the given data
- mpw
- Runs the MPW heuristic for Knapsack Problem using the given data