Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <graphs.h>
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) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |