|
Optimization: principles and algorithms, by Michel Bierlaire
|
Solves the knapsack problem using integer optimization. More...
Go to the source code of this file.
Functions | |
| function | knapsackExact (in u, in w, in capacity) |
Solves the knapsack problem using integer optimization.
See section 25.2.1 of [1]
Definition in file knapsackExact.m.
| function knapsackExact | ( | in | u, |
| in | w, | ||
| in | capacity | ||
| ) |