#include "paal/data_structures/components/components.hpp"#include "paal/local_search/search_components.hpp"#include "paal/utils/functors.hpp"Go to the source code of this file.
Namespaces | |
| paal | |
| global namespace of project. | |
| paal::local_search | |
| Local Search namespace. | |
Typedefs | |
| using | paal::local_search::components_obj_fun = data_structures::components< GetMoves, ObjFunction, Commit > |
| components for objective function local search. This usually this class is not used. See search_componentsObjFun class. | |
| template<typename... Args> | |
| using | paal::local_search::search_components_obj_fun = typename components_obj_fun::type< Args...> |
| search_componentsObjFun alias to components. More... | |
Functions | |
| template<typename... Args> | |
| auto | paal::local_search::make_search_components_obj_fun (Args &&...args) |
| make function for search_componentsObjFun More... | |
1.8.5