Go to the source code of this file.
|
| paal |
| global namespace of project.
|
|
|
template<typename OutputIterator , typename Objects , typename ObjectSizeFunctor , typename ObjectValueFunctor > |
detail::knapsack_base< Objects,
ObjectSizeFunctor,
ObjectValueFunctor >
::return_type | paal::knapsack_unbounded_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_unbounded_on_size_fptas (double epsilon, Objects &&objects, detail::FunctorOnRangePValue< ObjectSizeFunctor, Objects > capacity, OutputIterator out, ObjectSizeFunctor size, ObjectValueFunctor value) |
|
- Author
- Piotr Wygocki
- Version
- 1.0
- Date
- 2013-10-01
Definition in file knapsack_unbounded_fptas.hpp.