![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <graph.h>
Public Types | |
using | NodeIndex |
The index type for nodes of the graph. |
Graph traits, to allow algorithms to manipulate graphs as adjacency lists. This works with any graph type, and any object that has:
using util::GraphTraits< Graph >::NodeIndex |