Home
last modified time | relevance | path

Searched refs:source_vertex (Results 1 – 25 of 90) sorted by relevance

1234

/dports/devel/boost-docs/boost_1_72_0/libs/graph/test/
H A Dmax_flow_test.cpp100 tVertex source_vertex = random_vertex(g, gen); in test_main() local
102 while(sink_vertex == graph_traits<Graph>::null_vertex() || sink_vertex == source_vertex) in test_main()
115 tVertex source_vertex = target(old_edge, g); in test_main() local
119 boost::tie(new_edge,inserted) = add_edge(source_vertex, target_vertex, g); in test_main()
128 tEdgeVal bk = boykov_kolmogorov_max_flow(g,source_vertex,sink_vertex); in test_main()
129 tEdgeVal push_relabel = push_relabel_max_flow(g,source_vertex,sink_vertex); in test_main()
130 tEdgeVal edmonds_karp = edmonds_karp_max_flow(g,source_vertex,sink_vertex); in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/test/
H A Dmax_flow_test.cpp100 tVertex source_vertex = random_vertex(g, gen); in test_main() local
102 while(sink_vertex == graph_traits<Graph>::null_vertex() || sink_vertex == source_vertex) in test_main()
115 tVertex source_vertex = target(old_edge, g); in test_main() local
119 boost::tie(new_edge,inserted) = add_edge(source_vertex, target_vertex, g); in test_main()
128 tEdgeVal bk = boykov_kolmogorov_max_flow(g,source_vertex,sink_vertex); in test_main()
129 tEdgeVal push_relabel = push_relabel_max_flow(g,source_vertex,sink_vertex); in test_main()
130 tEdgeVal edmonds_karp = edmonds_karp_max_flow(g,source_vertex,sink_vertex); in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/test/
H A Dmax_flow_test.cpp100 tVertex source_vertex = random_vertex(g, gen); in test_main() local
102 while(sink_vertex == graph_traits<Graph>::null_vertex() || sink_vertex == source_vertex) in test_main()
115 tVertex source_vertex = target(old_edge, g); in test_main() local
119 boost::tie(new_edge,inserted) = add_edge(source_vertex, target_vertex, g); in test_main()
128 tEdgeVal bk = boykov_kolmogorov_max_flow(g,source_vertex,sink_vertex); in test_main()
129 tEdgeVal push_relabel = push_relabel_max_flow(g,source_vertex,sink_vertex); in test_main()
130 tEdgeVal edmonds_karp = edmonds_karp_max_flow(g,source_vertex,sink_vertex); in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/test/
H A Dmax_flow_test.cpp100 tVertex source_vertex = random_vertex(g, gen); in test_main() local
102 while(sink_vertex == graph_traits<Graph>::null_vertex() || sink_vertex == source_vertex) in test_main()
115 tVertex source_vertex = target(old_edge, g); in test_main() local
119 boost::tie(new_edge,inserted) = add_edge(source_vertex, target_vertex, g); in test_main()
128 tEdgeVal bk = boykov_kolmogorov_max_flow(g,source_vertex,sink_vertex); in test_main()
129 tEdgeVal push_relabel = push_relabel_max_flow(g,source_vertex,sink_vertex); in test_main()
130 tEdgeVal edmonds_karp = edmonds_karp_max_flow(g,source_vertex,sink_vertex); in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/graph/test/
H A Dmax_flow_test.cpp100 tVertex source_vertex = random_vertex(g, gen); in test_main() local
102 while(sink_vertex == graph_traits<Graph>::null_vertex() || sink_vertex == source_vertex) in test_main()
115 tVertex source_vertex = target(old_edge, g); in test_main() local
119 boost::tie(new_edge,inserted) = add_edge(source_vertex, target_vertex, g); in test_main()
128 tEdgeVal bk = boykov_kolmogorov_max_flow(g,source_vertex,sink_vertex); in test_main()
129 tEdgeVal push_relabel = push_relabel_max_flow(g,source_vertex,sink_vertex); in test_main()
130 tEdgeVal edmonds_karp = edmonds_karp_max_flow(g,source_vertex,sink_vertex); in test_main()
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/test/
H A Dmax_flow_test.cpp100 tVertex source_vertex = random_vertex(g, gen); in test_main() local
102 while(sink_vertex == graph_traits<Graph>::null_vertex() || sink_vertex == source_vertex) in test_main()
115 tVertex source_vertex = target(old_edge, g); in test_main() local
119 boost::tie(new_edge,inserted) = add_edge(source_vertex, target_vertex, g); in test_main()
128 tEdgeVal bk = boykov_kolmogorov_max_flow(g,source_vertex,sink_vertex); in test_main()
129 tEdgeVal push_relabel = push_relabel_max_flow(g,source_vertex,sink_vertex); in test_main()
130 tEdgeVal edmonds_karp = edmonds_karp_max_flow(g,source_vertex,sink_vertex); in test_main()
/dports/databases/percona57-client/boost_1_59_0/libs/graph/test/
H A Dmax_flow_test.cpp100 tVertex source_vertex = random_vertex(g, gen); in test_main() local
102 while(sink_vertex == graph_traits<Graph>::null_vertex() || sink_vertex == source_vertex) in test_main()
115 tVertex source_vertex = target(old_edge, g); in test_main() local
119 boost::tie(new_edge,inserted) = add_edge(source_vertex, target_vertex, g); in test_main()
128 tEdgeVal bk = boykov_kolmogorov_max_flow(g,source_vertex,sink_vertex); in test_main()
129 tEdgeVal push_relabel = push_relabel_max_flow(g,source_vertex,sink_vertex); in test_main()
130 tEdgeVal edmonds_karp = edmonds_karp_max_flow(g,source_vertex,sink_vertex); in test_main()
/dports/devel/boost-libs/boost_1_72_0/libs/graph/test/
H A Dmax_flow_test.cpp100 tVertex source_vertex = random_vertex(g, gen); in test_main() local
102 while(sink_vertex == graph_traits<Graph>::null_vertex() || sink_vertex == source_vertex) in test_main()
115 tVertex source_vertex = target(old_edge, g); in test_main() local
119 boost::tie(new_edge,inserted) = add_edge(source_vertex, target_vertex, g); in test_main()
128 tEdgeVal bk = boykov_kolmogorov_max_flow(g,source_vertex,sink_vertex); in test_main()
129 tEdgeVal push_relabel = push_relabel_max_flow(g,source_vertex,sink_vertex); in test_main()
130 tEdgeVal edmonds_karp = edmonds_karp_max_flow(g,source_vertex,sink_vertex); in test_main()
/dports/devel/hyperscan/boost_1_75_0/libs/graph/test/
H A Dmax_flow_test.cpp105 tVertex source_vertex = random_vertex(g, gen); in main() local
108 || sink_vertex == source_vertex) in main()
123 tVertex source_vertex = target(old_edge, g); in main() local
128 = add_edge(source_vertex, target_vertex, g); in main()
138 tEdgeVal bk = boykov_kolmogorov_max_flow(g, source_vertex, sink_vertex); in main()
140 = push_relabel_max_flow(g, source_vertex, sink_vertex); in main()
142 = edmonds_karp_max_flow(g, source_vertex, sink_vertex); in main()
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in grid_graph_out_edge_at()
167 m_vertex(source_vertex), in grid_graph_out_edge_at()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in grid_graph_adjacent_vertex_at()
239 m_vertex(source_vertex), in grid_graph_adjacent_vertex_at()
541 vertex_descriptor source_vertex = source(edge, *this); in index_of() local
544 BOOST_ASSERT (source_vertex != target_vertex); in index_of()
550 while (source_vertex[different_dimension_index] == in index_of()
599 edge_index += index_of(source_vertex); in index_of()
605 --source_vertex[different_dimension_index]; in index_of()
897 edge (typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Dgrid_graph.hpp174 vertex_descriptor source_vertex, const Graph* graph) in grid_graph_out_edge_at()
175 : m_vertex(source_vertex), m_graph(graph) in grid_graph_out_edge_at()
250 result_type source_vertex, const Graph* graph) in grid_graph_adjacent_vertex_at()
251 : m_vertex(source_vertex), m_graph(graph) in grid_graph_adjacent_vertex_at()
569 BOOST_ASSERT(source_vertex != target_vertex); in index_of()
575 while (source_vertex[different_dimension_index] in index_of()
595 = source_vertex[different_dimension_index]; in index_of()
632 edge_index += index_of(source_vertex); in index_of()
640 --source_vertex[different_dimension_index]; in index_of()
945 typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Dgrid_graph.hpp173 vertex_descriptor source_vertex, const Graph* graph) in grid_graph_out_edge_at()
174 : m_vertex(source_vertex), m_graph(graph) in grid_graph_out_edge_at()
249 result_type source_vertex, const Graph* graph) in grid_graph_adjacent_vertex_at()
250 : m_vertex(source_vertex), m_graph(graph) in grid_graph_adjacent_vertex_at()
568 BOOST_ASSERT(source_vertex != target_vertex); in index_of()
574 while (source_vertex[different_dimension_index] in index_of()
594 = source_vertex[different_dimension_index]; in index_of()
631 edge_index += index_of(source_vertex); in index_of()
639 --source_vertex[different_dimension_index]; in index_of()
944 typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in grid_graph_out_edge_at()
167 m_vertex(source_vertex), in grid_graph_out_edge_at()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in grid_graph_adjacent_vertex_at()
239 m_vertex(source_vertex), in grid_graph_adjacent_vertex_at()
541 vertex_descriptor source_vertex = source(edge, *this); in index_of() local
544 BOOST_ASSERT (source_vertex != target_vertex); in index_of()
550 while (source_vertex[different_dimension_index] == in index_of()
599 edge_index += index_of(source_vertex); in index_of()
605 --source_vertex[different_dimension_index]; in index_of()
897 edge (typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Dgrid_graph.hpp174 vertex_descriptor source_vertex, const Graph* graph) in grid_graph_out_edge_at()
175 : m_vertex(source_vertex), m_graph(graph) in grid_graph_out_edge_at()
250 result_type source_vertex, const Graph* graph) in grid_graph_adjacent_vertex_at()
251 : m_vertex(source_vertex), m_graph(graph) in grid_graph_adjacent_vertex_at()
569 BOOST_ASSERT(source_vertex != target_vertex); in index_of()
575 while (source_vertex[different_dimension_index] in index_of()
595 = source_vertex[different_dimension_index]; in index_of()
632 edge_index += index_of(source_vertex); in index_of()
640 --source_vertex[different_dimension_index]; in index_of()
945 typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/
H A Dgrid_graph.hpp174 vertex_descriptor source_vertex, const Graph* graph) in grid_graph_out_edge_at()
175 : m_vertex(source_vertex), m_graph(graph) in grid_graph_out_edge_at()
250 result_type source_vertex, const Graph* graph) in grid_graph_adjacent_vertex_at()
251 : m_vertex(source_vertex), m_graph(graph) in grid_graph_adjacent_vertex_at()
569 BOOST_ASSERT(source_vertex != target_vertex); in index_of()
575 while (source_vertex[different_dimension_index] in index_of()
595 = source_vertex[different_dimension_index]; in index_of()
632 edge_index += index_of(source_vertex); in index_of()
640 --source_vertex[different_dimension_index]; in index_of()
945 typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in grid_graph_out_edge_at()
167 m_vertex(source_vertex), in grid_graph_out_edge_at()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in grid_graph_adjacent_vertex_at()
239 m_vertex(source_vertex), in grid_graph_adjacent_vertex_at()
541 vertex_descriptor source_vertex = source(edge, *this); in index_of() local
544 BOOST_ASSERT (source_vertex != target_vertex); in index_of()
550 while (source_vertex[different_dimension_index] == in index_of()
599 edge_index += index_of(source_vertex); in index_of()
605 --source_vertex[different_dimension_index]; in index_of()
897 edge (typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in grid_graph_out_edge_at()
167 m_vertex(source_vertex), in grid_graph_out_edge_at()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in grid_graph_adjacent_vertex_at()
239 m_vertex(source_vertex), in grid_graph_adjacent_vertex_at()
541 vertex_descriptor source_vertex = source(edge, *this); in index_of() local
544 BOOST_ASSERT (source_vertex != target_vertex); in index_of()
550 while (source_vertex[different_dimension_index] == in index_of()
599 edge_index += index_of(source_vertex); in index_of()
605 --source_vertex[different_dimension_index]; in index_of()
897 edge (typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in grid_graph_out_edge_at()
167 m_vertex(source_vertex), in grid_graph_out_edge_at()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in grid_graph_adjacent_vertex_at()
239 m_vertex(source_vertex), in grid_graph_adjacent_vertex_at()
541 vertex_descriptor source_vertex = source(edge, *this); in index_of() local
544 BOOST_ASSERT (source_vertex != target_vertex); in index_of()
550 while (source_vertex[different_dimension_index] == in index_of()
599 edge_index += index_of(source_vertex); in index_of()
605 --source_vertex[different_dimension_index]; in index_of()
897 edge (typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in grid_graph_out_edge_at()
167 m_vertex(source_vertex), in grid_graph_out_edge_at()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in grid_graph_adjacent_vertex_at()
239 m_vertex(source_vertex), in grid_graph_adjacent_vertex_at()
541 vertex_descriptor source_vertex = source(edge, *this); in index_of() local
544 BOOST_ASSERT (source_vertex != target_vertex); in index_of()
550 while (source_vertex[different_dimension_index] == in index_of()
599 edge_index += index_of(source_vertex); in index_of()
605 --source_vertex[different_dimension_index]; in index_of()
897 edge (typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in grid_graph_out_edge_at()
167 m_vertex(source_vertex), in grid_graph_out_edge_at()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in grid_graph_adjacent_vertex_at()
239 m_vertex(source_vertex), in grid_graph_adjacent_vertex_at()
541 vertex_descriptor source_vertex = source(edge, *this); in index_of() local
544 BOOST_ASSERT (source_vertex != target_vertex); in index_of()
550 while (source_vertex[different_dimension_index] == in index_of()
599 edge_index += index_of(source_vertex); in index_of()
605 --source_vertex[different_dimension_index]; in index_of()
897 edge (typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in grid_graph_out_edge_at()
167 m_vertex(source_vertex), in grid_graph_out_edge_at()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in grid_graph_adjacent_vertex_at()
239 m_vertex(source_vertex), in grid_graph_adjacent_vertex_at()
541 vertex_descriptor source_vertex = source(edge, *this); in index_of() local
544 BOOST_ASSERT (source_vertex != target_vertex); in index_of()
550 while (source_vertex[different_dimension_index] == in index_of()
599 edge_index += index_of(source_vertex); in index_of()
605 --source_vertex[different_dimension_index]; in index_of()
897 edge (typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in grid_graph_out_edge_at()
167 m_vertex(source_vertex), in grid_graph_out_edge_at()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in grid_graph_adjacent_vertex_at()
239 m_vertex(source_vertex), in grid_graph_adjacent_vertex_at()
541 vertex_descriptor source_vertex = source(edge, *this); in index_of() local
544 BOOST_ASSERT (source_vertex != target_vertex); in index_of()
550 while (source_vertex[different_dimension_index] == in index_of()
599 edge_index += index_of(source_vertex); in index_of()
605 --source_vertex[different_dimension_index]; in index_of()
897 edge (typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in grid_graph_out_edge_at()
167 m_vertex(source_vertex), in grid_graph_out_edge_at()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in grid_graph_adjacent_vertex_at()
239 m_vertex(source_vertex), in grid_graph_adjacent_vertex_at()
541 vertex_descriptor source_vertex = source(edge, *this); in index_of() local
544 BOOST_ASSERT (source_vertex != target_vertex); in index_of()
550 while (source_vertex[different_dimension_index] == in index_of()
599 edge_index += index_of(source_vertex); in index_of()
605 --source_vertex[different_dimension_index]; in index_of()
897 edge (typename type::vertex_descriptor source_vertex, in edge() argument
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in test_edge_list_graph()
167 m_vertex(source_vertex), in test_edge_list_graph()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in test_add_edge()
239 m_vertex(source_vertex), in test_add_edge()
541 vertex_descriptor source_vertex = source(edge, *this);
544 BOOST_ASSERT (source_vertex != target_vertex);
550 while (source_vertex[different_dimension_index] ==
599 edge_index += index_of(source_vertex);
605 --source_vertex[different_dimension_index];
897 edge (typename type::vertex_descriptor source_vertex,
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/graph/
H A Dgrid_graph.hpp165 grid_graph_out_edge_at(vertex_descriptor source_vertex, in grid_graph_out_edge_at()
167 m_vertex(source_vertex), in grid_graph_out_edge_at()
237 grid_graph_adjacent_vertex_at(result_type source_vertex, in grid_graph_adjacent_vertex_at()
239 m_vertex(source_vertex), in grid_graph_adjacent_vertex_at()
541 vertex_descriptor source_vertex = source(edge, *this); in index_of() local
544 BOOST_ASSERT (source_vertex != target_vertex); in index_of()
550 while (source_vertex[different_dimension_index] == in index_of()
599 edge_index += index_of(source_vertex); in index_of()
605 --source_vertex[different_dimension_index]; in index_of()
897 edge (typename type::vertex_descriptor source_vertex, in edge() argument
[all …]

1234