Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ graph/

operations_research::graph_traits< GraphType > Struct Template Reference

Traits for EbertGraphCore types, for use in testing and clients that work with both forward-only and forward/reverse graphs. More...

#include <ebert_graph.h>

List of all members.

Static Public Attributes

static const bool has_reverse_arcs = true


Detailed Description

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

Traits for EbertGraphCore 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 forgts to specialize the trats of a new forward-only graph type, they will get errors from tests rather than incomplete testing.

Definition at line 1418 of file ebert_graph.h.


Member Data Documentation

template<typename GraphType>
const bool operations_research::graph_traits< GraphType >::has_reverse_arcs = true [static]

Definition at line 1419 of file ebert_graph.h.


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