|
template<typename OutputIterator , typename Objects , typename ObjectSizeFunctor , typename ObjectValueFunctor > |
detail::knapsack_base< Objects,
ObjectSizeFunctor,
ObjectValueFunctor >
::return_type | paal::knapsack_0_1_on_value_fptas (double epsilon, Objects &&objects, detail::FunctorOnRangePValue< ObjectSizeFunctor, Objects > capacity, OutputIterator out, ObjectSizeFunctor size, ObjectValueFunctor value) |
|
template<typename OutputIterator , typename Objects , typename ObjectSizeFunctor , typename ObjectValueFunctor > |
detail::knapsack_base< Objects,
ObjectSizeFunctor,
ObjectValueFunctor >
::return_type | paal::knapsack_0_1_on_size_fptas (double epsilon, Objects &&objects, detail::FunctorOnRangePValue< ObjectSizeFunctor, Objects > capacity, OutputIterator out, ObjectSizeFunctor size, ObjectValueFunctor value) |
|
template<typename Objects , typename ObjectSizeFunctor , typename ObjectValueFunctor > |
detail::knapsack_base< Objects,
ObjectSizeFunctor,
ObjectValueFunctor >
::return_type | paal::knapsack_0_1_no_output_on_value_fptas (double epsilon, Objects &&objects, detail::FunctorOnRangePValue< ObjectSizeFunctor, Objects > capacity, ObjectSizeFunctor size, ObjectValueFunctor value) |
|
template<typename Objects , typename ObjectSizeFunctor , typename ObjectValueFunctor > |
detail::knapsack_base< Objects,
ObjectSizeFunctor,
ObjectValueFunctor >
::return_type | paal::knapsack_0_1_no_output_on_size_fptas (double epsilon, Objects &&objects, detail::FunctorOnRangePValue< ObjectSizeFunctor, Objects > capacity, ObjectSizeFunctor size, ObjectValueFunctor value) |
|
- Author
- Piotr Wygocki
- Version
- 1.0
- Date
- 2013-10-04
Definition in file knapsack_0_1_fptas.hpp.