#include "facility_location_solution_traits.hpp"
#include "paal/data_structures/voronoi/voronoi.hpp"
#include <unordered_set>
#include <cassert>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | paal::data_structures::facility_location_solution< FacilityCost, VoronoiType > |
describes solution to facility location The initial solution is passed as voronoi, which has to be the model of the Voronoi concept. The generators of the voronoi are the facilities and the vertices are the clients. More... | |
class | paal::data_structures::facility_location_solution_traits< facility_location_solution< FacilityCost, Voronoi > > |
traits for facility_location_solution More... | |
Namespaces | |
paal | |
global namespace of project. | |
paal::data_structures | |
Data Structure namespace. | |