Go to the source code of this file.
Namespaces | |
paal | |
global namespace of project. | |
paal::local_search | |
Local Search namespace. | |
Typedefs | |
typedef data_structures::components < GetMoves, Gain, Commit > | paal::local_search::components |
Definition for the components class for local search usually this class is not directly used, see search_components. | |
template<typename... Args> | |
using | paal::local_search::search_components = typename components::type< Args...> |
search_components template alias More... | |
template<typename... Args> | |
using | paal::local_search::Multisearch_components = search_components< Args...> |
Multisearch_components template alias. More... | |
Functions | |
template<typename... Args> | |
auto | paal::local_search::make_search_components (Args &&...args) |
make function for search components More... | |