PGROUTING
3.2
|
#include <boost/config.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/astar_search.hpp>
#include <cmath>
#include <deque>
#include <limits>
#include <algorithm>
#include <vector>
#include <set>
#include <map>
#include "cpp_common/basePath_SSEC.hpp"
#include "cpp_common/pgr_base_graph.hpp"
#include "cpp_common/interruption.h"
Go to the source code of this file.
Classes | |
class | pgrouting::algorithms::Pgr_astar< G > |
class | pgrouting::algorithms::Pgr_astar< G >::astar_many_goals_visitor |
class for stopping when all targets are found More... | |
class | pgrouting::algorithms::Pgr_astar< G >::astar_one_goal_visitor |
visitor that terminates when we find the goal More... | |
class | pgrouting::algorithms::Pgr_astar< G >::distance_heuristic |
struct | pgrouting::algorithms::Pgr_astar< G >::found_goals |
Namespaces | |
pgrouting | |
Book keeping class for swapping orders between vehicles. | |
pgrouting::algorithms | |