Searched refs:has_source (Results 1 – 2 of 2) sorted by relevance
93 BOOST_ASSERT(has_source(g, *ins[2].first, verts[3])); in test_indirected_graph()94 BOOST_ASSERT(has_source(g, *ins[3].first, verts[5])); in test_indirected_graph()95 BOOST_ASSERT(has_source(g, *ins[4].first, verts[3])); in test_indirected_graph()
56 bool has_source(Graph const& g, Edge e, Vertex v) in has_source() function