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