Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::graph_traits< ForwardEbertGraph< NodeIndexType, ArcIndexType > > Struct Template Reference

#include <ebert_graph.h>

Static Public Attributes

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

Detailed Description

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

Definition at line 1860 of file ebert_graph.h.

Member Data Documentation

◆ has_reverse_arcs

template<typename NodeIndexType , typename ArcIndexType >
constexpr bool operations_research::graph_traits< ForwardEbertGraph< NodeIndexType, ArcIndexType > >::has_reverse_arcs = false
staticconstexpr

Definition at line 1861 of file ebert_graph.h.

◆ is_dynamic

template<typename NodeIndexType , typename ArcIndexType >
constexpr bool operations_research::graph_traits< ForwardEbertGraph< NodeIndexType, ArcIndexType > >::is_dynamic = true
staticconstexpr

Definition at line 1862 of file ebert_graph.h.


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