Home
last modified time | relevance | path

Searched refs:undirected_graph (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/libs/graph/test/
Drandom_matching_test.cpp23 undirected_graph; typedef
25 typedef property_map< undirected_graph, vertex_index_t >::type
28 graph_traits< undirected_graph >::vertex_descriptor, vertex_index_map_t >
30 typedef graph_traits< undirected_graph >::vertex_iterator vertex_iterator_t;
31 typedef graph_traits< undirected_graph >::vertex_descriptor vertex_descriptor_t;
32 typedef graph_traits< undirected_graph >::vertices_size_type v_size_t;
48 undirected_graph g(n); in main()
84 typedef graph_traits< undirected_graph >::edge_iterator edge_iterator_t; in main()
93 if (mate[*vi] != graph_traits< undirected_graph >::null_vertex() in main()
102 if (mate[*vi] != graph_traits< undirected_graph >::null_vertex()) in main()
[all …]
Dstoer_wagner_test.cpp28 undirected_graph; typedef
29 typedef boost::property_map< undirected_graph, boost::edge_weight_t >::type
63 undirected_graph g(edges, edges + 12, ws, 8, 12); in BOOST_AUTO_TEST_CASE()
85 undirected_graph g; in BOOST_AUTO_TEST_CASE()
93 typedef boost::graph_traits< undirected_graph >::vertex_descriptor in BOOST_AUTO_TEST_CASE()
98 undirected_graph g(edges, edges + 4, ws, 3, 4); in BOOST_AUTO_TEST_CASE()
123 undirected_graph g(edges, edges + 9, ws, 7, 9); in BOOST_AUTO_TEST_CASE()
147 undirected_graph g(edges, edges + 16, ws, 8, 16); in BOOST_AUTO_TEST_CASE()
215 typedef boost::graph_traits< undirected_graph >::vertex_descriptor in BOOST_AUTO_TEST_CASE()
220 undirected_graph g; in BOOST_AUTO_TEST_CASE()
[all …]
Dmas_test.cpp30 undirected_graph; typedef
31 typedef boost::property_map< undirected_graph, boost::edge_weight_t >::type
116 typedef boost::graph_traits< undirected_graph >::vertex_descriptor in BOOST_AUTO_TEST_CASE()
118 typedef boost::graph_traits< undirected_graph >::edge_descriptor in BOOST_AUTO_TEST_CASE()
124 undirected_graph g(edges, edges + 12, ws, 8, 12); in BOOST_AUTO_TEST_CASE()
134 boost::property_map< undirected_graph, in BOOST_AUTO_TEST_CASE()
141 boost::property_map< undirected_graph, in BOOST_AUTO_TEST_CASE()
150 mas_edge_connectivity_visitor< undirected_graph, in BOOST_AUTO_TEST_CASE()
224 boost::property_map< undirected_graph, in BOOST_AUTO_TEST_CASE()
231 boost::property_map< undirected_graph, in BOOST_AUTO_TEST_CASE()
Dlabeled_graph.cpp93 typedef labeled_graph< undirected_graph<>, unsigned > Graph; in test_norm()
113 typedef undirected_graph<> Graph; in test_temp()
132 typedef labeled_graph< undirected_graph< Actor, Movie >, string > Graph; in test_bacon()
Dmatching_test.cpp32 undirected_graph; typedef
379 matching_test< undirected_graph >(10, "adjacency_list (using vectors)"); in main()
383 matching_test< undirected_graph >(20, "adjacency_list (using vectors)"); in main()
387 matching_test< undirected_graph >(21, "adjacency_list (using vectors)"); in main()
392 matching_test<undirected_graph>(50, "adjacency_list (using vectors)"); in main()
396 matching_test<undirected_graph>(51, "adjacency_list (using vectors)"); in main()
Dindex_graph.cpp92 test< undirected_graph<> >(); in main()
95 build< undirected_graph<> >(); in main()
Dswap.cpp19 test_member_swap< boost::undirected_graph<> >(); in main()
Dweighted_matching_test.cpp27 undirected_graph; typedef
155 make_graph< undirected_graph >(num_v, num_e, input_edges), answer); in main()
Dbron_kerbosch_all_cliques.cpp69 typedef undirected_graph<> Graph; in main()
Dtiernan_all_cycles.cpp66 typedef undirected_graph<> Graph; in main()
Dcycle_test.hpp79 cycle_test_detail::test_one< boost::undirected_graph<> >(algorithm); in cycle_test()
Dclustering_coefficient.cpp96 typedef undirected_graph<> Graph; in main()
Ddegree_centrality.cpp112 typedef undirected_graph<> Graph; in main()
Dcloseness_centrality.cpp122 typedef undirected_graph<> Graph; in main()
/third_party/boost/libs/graph/example/
Dstoer_wagner.cpp31 undirected_graph; in main() typedef
32 typedef boost::property_map< undirected_graph, boost::edge_weight_t >::type in main()
48 undirected_graph g(edges, edges + 16, ws, 8, 16); in main()
Dbron_kerbosch_clique_number.cpp21 typedef undirected_graph<> Graph;
Dundirected_graph.cpp13 typedef boost::undirected_graph< boost::no_property > Graph;
Dbron_kerbosch_print_cliques.cpp45 typedef undirected_graph< Actor > Graph;
Ddegree_centrality.cpp27 typedef undirected_graph< Actor > Graph;
Dclustering_coefficient.cpp26 typedef undirected_graph< Actor > Graph;
Dcloseness_centrality.cpp28 typedef undirected_graph< Actor > Graph;
Dmean_geodesic.cpp27 typedef undirected_graph< Actor > Graph;
Deccentricity.cpp27 typedef undirected_graph< Actor > Graph;
Dscaled_closeness_centrality.cpp54 typedef undirected_graph< Actor > Graph;
/third_party/boost/boost/graph/
Dundirected_graph.hpp36 class undirected_graph class
93 inline undirected_graph(GraphProp const& p = GraphProp()) in undirected_graph() function in boost::undirected_graph
102 inline undirected_graph(undirected_graph const& x) in undirected_graph() function in boost::undirected_graph
111 inline undirected_graph( in undirected_graph() function in boost::undirected_graph
123 inline undirected_graph(EdgeIterator f, EdgeIterator l, in undirected_graph() function in boost::undirected_graph
140 undirected_graph& operator=(undirected_graph const& g) in operator =()
334 void swap(undirected_graph& g) in swap()
378 #define UNDIRECTED_GRAPH undirected_graph< VP, EP, GP >

12