![]() |
OR-Tools
8.2
|
Public Types | |
| typedef operations_research::StarGraph | Graph |
| typedef Graph::ArcIndex | ArcIndex |
| typedef Graph::NodeIndex | NodeIndex |
Static Public Member Functions | |
| static ArcIndex | OppositeArc (const Graph &graph, ArcIndex arc) |
| static bool | IsArcValid (const Graph &graph, ArcIndex arc) |
| static NodeIndex | NodeReservation (const Graph &graph) |
| static ArcIndex | ArcReservation (const Graph &graph) |
| static void | Build (Graph *graph) |
| static void | Build (Graph *graph, std::vector< ArcIndex > *permutation) |
| typedef Graph::ArcIndex ArcIndex |
| typedef operations_research::StarGraph Graph |
| typedef Graph::NodeIndex NodeIndex |