C++ Reference

C++ Reference: Graph

graph_traits< GraphType >

Detailed Description

template<typename GraphType>
struct operations_research::graph_traits< GraphType >

Definition at line 1848 of file ebert_graph.h.

Static Public Attributes

static constexpr bool has_reverse_arcs = true
 
static constexpr bool is_dynamic = true
 

Member Data Documentation

◆ has_reverse_arcs

constexpr bool has_reverse_arcs = true
staticconstexpr

Definition at line 1849 of file ebert_graph.h.

◆ is_dynamic

constexpr bool is_dynamic = true
staticconstexpr

Definition at line 1850 of file ebert_graph.h.


The documentation for this struct was generated from the following file: