C++ Reference

C++ Reference: Graph

graph_traits< ForwardEbertGraph< NodeIndexType, ArcIndexType > >

Detailed Description

template<typename NodeIndexType, typename ArcIndexType>
struct operations_research::graph_traits< ForwardEbertGraph< NodeIndexType, ArcIndexType > >

Definition at line 1854 of file ebert_graph.h.

Static Public Attributes

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

Member Data Documentation

◆ has_reverse_arcs

constexpr bool has_reverse_arcs = false
staticconstexpr

Definition at line 1855 of file ebert_graph.h.

◆ is_dynamic

constexpr bool is_dynamic = true
staticconstexpr

Definition at line 1856 of file ebert_graph.h.


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