Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
bidirectional_dijkstra.h File Reference
#include <algorithm>
#include <limits>
#include <queue>
#include <string>
#include <vector>
#include "absl/base/thread_annotations.h"
#include "absl/strings/str_cat.h"
#include "absl/synchronization/mutex.h"
#include "absl/synchronization/notification.h"
#include "ortools/base/iterator_adaptors.h"
#include "ortools/base/logging.h"
#include "ortools/base/threadpool.h"

Go to the source code of this file.

Classes

class  operations_research::BidirectionalDijkstra< GraphType, DistanceType >
 
struct  operations_research::BidirectionalDijkstra< GraphType, DistanceType >::NodeDistance
 
struct  operations_research::BidirectionalDijkstra< GraphType, DistanceType >::Path
 

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.