#include "paal/utils/type_functions.hpp"
#include "paal/data_structures/facility_location/facility_location_solution_traits.hpp"
#include <boost/iterator/iterator_adaptor.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include <cassert>
#include <vector>
#include <numeric>
#include <cstdlib>
Go to the source code of this file.
Classes | |
struct | paal::local_search::facility_location_gain_remove |
gain functor for facility location More... | |
struct | paal::local_search::facility_location_commit_remove |
commit functor for facility location More... | |
struct | paal::local_search::facility_locationget_moves_remove |
get moves functor for facility location remove More... | |
Namespaces | |
paal | |
global namespace of project. | |
paal::local_search | |
Local Search namespace. | |