Home
last modified time | relevance | path

Searched refs:EdgeListGraph (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/graph/
Dbellman_ford_shortest_paths.hpp90 template < class EdgeListGraph, class Size, class WeightMap,
93 bool bellman_ford_shortest_paths(EdgeListGraph& g, Size N, WeightMap weight, in bellman_ford_shortest_paths()
97 BOOST_CONCEPT_ASSERT((EdgeListGraphConcept< EdgeListGraph >)); in bellman_ford_shortest_paths()
98 typedef graph_traits< EdgeListGraph > GTraits; in bellman_ford_shortest_paths()
184 template < class EdgeListGraph, class Size, class WeightMap,
186 bool bellman_dispatch(EdgeListGraph& g, Size N, WeightMap weight, in bellman_dispatch()
197 template < class EdgeListGraph, class Size, class P, class T, class R >
199 EdgeListGraph& g, Size N, const bgl_named_params< P, T, R >& params) in bellman_ford_shortest_paths()
207 template < class EdgeListGraph, class Size >
208 bool bellman_ford_shortest_paths(EdgeListGraph& g, Size N) in bellman_ford_shortest_paths()
Dincremental_components.hpp55 template < class EdgeListGraph, class DisjointSets >
56 void incremental_components(EdgeListGraph& g, DisjointSets& ds) in incremental_components()
58 typename graph_traits< EdgeListGraph >::edge_iterator e, end; in incremental_components()
Dgraph_utility.hpp203 template < class EdgeListGraph, class Name >
205 const EdgeListGraph& G, Name name, std::ostream& os = std::cout) in print_edges()
207 typename graph_traits< EdgeListGraph >::edge_iterator ei, ei_end; in print_edges()
214 template < class EdgeListGraph, class VertexName, class EdgeName >
215 void print_edges2(const EdgeListGraph& G, VertexName vname, EdgeName ename, in print_edges2()
218 typename graph_traits< EdgeListGraph >::edge_iterator ei, ei_end; in print_edges2()
Dgraph_concepts.hpp226 BOOST_concept(EdgeListGraph, (G)) : Graph< G >
233 BOOST_CONCEPT_USAGE(EdgeListGraph) in BOOST_CONCEPT_USAGE() argument
269 : VertexListGraph< G >, EdgeListGraph< G > {};
/third_party/boost/libs/graph/doc/figs/
Dconcepts.fig39 4 0 0 100 0 19 18 0.0000 4 255 1935 4575 3975 EdgeListGraph\001
/third_party/boost/boost/msm/mpl_graph/detail/
Dgraph_implementation_interface.ipp32 // Edge set for EdgeListGraph
Dincidence_list_graph.ipp94 // Edge set for EdgeListGraph
Dadjacency_list_graph.ipp114 // Edge set for EdgeListGraph
/third_party/boost/libs/graph_parallel/doc/
DDistributedEdgeListGraph.rst83 .. _Edge List Graph: http://www.boost.org/libs/graph/doc/EdgeListGraph.html
Ddistributed_adjacency_list.rst955 .. _Edge List Graph: http://www.boost.org/libs/graph/doc/EdgeListGraph.html
/third_party/boost/libs/graph/doc/
Disomorphism-impl-v3.w483 here, but that would introduce the \bglconcept{EdgeListGraph}
982 % LocalWords: iterators VertexListGraph EdgeListGraph BidirectionalGraph tmp
Disomorphism-impl.w292 \bglconcept{EdgeListGraph}. The \code{Graph2} type must be a
1201 % LocalWords: iterators VertexListGraph EdgeListGraph BidirectionalGraph tmp
Disomorphism-impl-v2.w1062 % LocalWords: iterators VertexListGraph EdgeListGraph BidirectionalGraph tmp