|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of a knapsack computation. More...
#include <Knapsack.H>
Public Attributes | |
| V | optimal_value = V{} |
| Optimal objective value. | |
| Array< size_t > | selected_items |
| Indices (0-based) of selected items. | |
Result of a knapsack computation.
Definition at line 74 of file Knapsack.H.
Optimal objective value.
Definition at line 76 of file Knapsack.H.
Referenced by Aleph::knapsack_bounded().
| Array<size_t> Aleph::Knapsack_Result< V >::selected_items |
Indices (0-based) of selected items.
Definition at line 77 of file Knapsack.H.