All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
k_median.hpp
Go to the documentation of this file.
1 //=======================================================================
2 // Copyright (c) 2013 Piotr Wygocki
3 //
4 // Distributed under the Boost Software License, Version 1.0. (See
5 // accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //=======================================================================
15 #ifndef PAAL_K_MEDIAN_HPP
16 #define PAAL_K_MEDIAN_HPP
17 
22 
23 namespace paal {
24 namespace local_search {
25 
33  facility_locationget_moves_swap,
34  facility_location_gain_swap,
35  facility_location_commit_swap>;
36 }
37 }
38 
39 #endif // PAAL_K_MEDIAN_HPP
search_components< Args...> Multisearch_components
Multisearch_components template alias.
bool local_search(Solution &solution, SearchStrategy searchStrategy, ContinueOnSuccess succ, ContinueOnFail fail, components...comps)
detail
Model of Multisearch_components with default multi search components for k-median.