#include <queue>
#include <vector>
#include <assert.h>
#include "dijkstra.h"
#include <map>
#include <set>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | AISNavigation |
Functions | |
void | AISNavigation::connectedSubset (Graph::VertexSet &connected, Graph::VertexSet &visited, Graph::VertexSet &startingSet, Graph *g, Graph::Vertex *v, Dijkstra::CostFunction *cost, double distance, double comparisonConditioner) |
bool | AISNavigation::operator< (const Dijkstra::AdjacencyMapEntry &a, const Dijkstra::AdjacencyMapEntry &b) |