Traits for EbertGraphBase types, for use in testing and clients that work with both forward-only and forward/reverse graphs.
The default is to assume reverse arcs so if someone forgets to specialize the traits of a new forward-only graph type, they will get errors from tests rather than incomplete testing.
Definition at line 1848 of file ebert_graph.h.
Static Public Attributes | |
| static const bool | has_reverse_arcs = true |
| static const bool | is_dynamic = true |
|
static |
Definition at line 1849 of file ebert_graph.h.
|
static |
Definition at line 1850 of file ebert_graph.h.