![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 109 of file routing_neighborhoods.h.
#include <routing_neighborhoods.h>
Public Member Functions | |
| ShortestPathOnAlternatives (int num_nodes, std::vector< std::vector< int64_t > > alternative_sets, RoutingTransitCallback2 arc_evaluator) | |
| bool | HasAlternatives (int node) const |
| absl::Span< const int64_t > | GetShortestPath (int64_t source, int64_t sink, absl::Span< const int64_t > chain) |
| operations_research::ShortestPathOnAlternatives::ShortestPathOnAlternatives | ( | int | num_nodes, |
| std::vector< std::vector< int64_t > > | alternative_sets, | ||
| RoutingTransitCallback2 | arc_evaluator ) |
Definition at line 168 of file routing_neighborhoods.cc.
| absl::Span< const int64_t > operations_research::ShortestPathOnAlternatives::GetShortestPath | ( | int64_t | source, |
| int64_t | sink, | ||
| absl::Span< const int64_t > | chain ) |
Definition at line 195 of file routing_neighborhoods.cc.
| bool operations_research::ShortestPathOnAlternatives::HasAlternatives | ( | int | node | ) | const |
Definition at line 189 of file routing_neighborhoods.cc.