| Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
Public Member Functions | |
| DijkstraSP (int node_count, int start_node, ResultCallback2< int64, int, int > *const graph, int64 disconnected_distance) | |
| bool | ShortestPath (int end_node, std::vector< int > *nodes) |
Static Public Attributes | |
| static const int64 | kInfinity = kint64max / 2 |
Definition at line 46 of file dijkstra.cc.
| operations_research::DijkstraSP::DijkstraSP | ( | int | node_count, | |
| int | start_node, | |||
| ResultCallback2< int64, int, int > *const | graph, | |||
| int64 | disconnected_distance | |||
| ) | [inline] |
Definition at line 50 of file dijkstra.cc.
| bool operations_research::DijkstraSP::ShortestPath | ( | int | end_node, | |
| std::vector< int > * | nodes | |||
| ) |
Definition at line 135 of file dijkstra.cc.
const int64 operations_research::DijkstraSP::kInfinity = kint64max / 2 [static] |
Definition at line 48 of file dijkstra.cc.