Home
last modified time | relevance | path

Searched refs:WeightMap (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
H A Dmetric_tsp_approx.hpp95 void metric_tsp_approx_tour(VertexListGraph& g, WeightMap w, OutputIterator o) in metric_tsp_approx_tour()
110 template<typename VertexListGraph, typename WeightMap,
114 WeightMap w, OutputIterator o) in metric_tsp_approx_tour_from_vertex()
136 template<typename VertexListGraph, typename WeightMap,
138 void metric_tsp_approx(VertexListGraph& g, WeightMap w, VertexIndexMap id, in metric_tsp_approx()
144 template<typename VertexListGraph, typename WeightMap,
148 WeightMap w, TSPVertexVisitor vis) in metric_tsp_approx_from_vertex()
155 typename WeightMap,
160 WeightMap weightmap, in metric_tsp_approx_from_vertex()
261 WeightMap& wmap_;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Dstoer_wagner_min_cut.hpp32 template < typename ParityMap, typename WeightMap, typename IndexMap >
36 typedef typename boost::property_traits< WeightMap >::value_type
42 weight_type& cutweight, const WeightMap& weight_map, in mas_min_cut_visitor()
118 const WeightMap& m_weightMap;
149 typename boost::property_traits< WeightMap >::value_type
150 stoer_wagner_min_cut(const UndirectedGraph& g, WeightMap weights, in stoer_wagner_min_cut()
202 template < class UndirectedGraph, class WeightMap, class ParityMap,
206 const UndirectedGraph& g, WeightMap weights, ParityMap parities, in stoer_wagner_min_cut()
253 template < class UndirectedGraph, class WeightMap >
306 typename boost::property_traits< WeightMap >::value_type
[all …]
H A Dmetric_tsp_approx.hpp93 template < typename VertexListGraph, typename WeightMap,
110 template < typename VertexListGraph, typename WeightMap,
114 WeightMap w, OutputIterator o) in metric_tsp_approx_tour_from_vertex()
135 template < typename VertexListGraph, typename WeightMap,
143 template < typename VertexListGraph, typename WeightMap,
147 WeightMap w, TSPVertexVisitor vis) in metric_tsp_approx_from_vertex()
152 template < typename VertexListGraph, typename WeightMap,
248 template < typename Graph, typename WeightMap, typename OutIter,
257 WeightMap& wmap_;
304 template < typename Graph, typename WeightMap, typename OutIter,
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
H A Dmetric_tsp_approx.hpp95 void metric_tsp_approx_tour(VertexListGraph& g, WeightMap w, OutputIterator o) in metric_tsp_approx_tour()
110 template<typename VertexListGraph, typename WeightMap,
114 WeightMap w, OutputIterator o) in metric_tsp_approx_tour_from_vertex()
136 template<typename VertexListGraph, typename WeightMap,
138 void metric_tsp_approx(VertexListGraph& g, WeightMap w, VertexIndexMap id, in metric_tsp_approx()
144 template<typename VertexListGraph, typename WeightMap,
148 WeightMap w, TSPVertexVisitor vis) in metric_tsp_approx_from_vertex()
155 typename WeightMap,
160 WeightMap weightmap, in metric_tsp_approx_from_vertex()
261 WeightMap& wmap_;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Dstoer_wagner_min_cut.hpp32 template < typename ParityMap, typename WeightMap, typename IndexMap >
36 typedef typename boost::property_traits< WeightMap >::value_type
42 weight_type& cutweight, const WeightMap& weight_map, in mas_min_cut_visitor()
118 const WeightMap& m_weightMap;
149 typename boost::property_traits< WeightMap >::value_type
150 stoer_wagner_min_cut(const UndirectedGraph& g, WeightMap weights, in stoer_wagner_min_cut()
202 template < class UndirectedGraph, class WeightMap, class ParityMap,
206 const UndirectedGraph& g, WeightMap weights, ParityMap parities, in stoer_wagner_min_cut()
253 template < class UndirectedGraph, class WeightMap >
306 typename boost::property_traits< WeightMap >::value_type
[all …]
H A Dmetric_tsp_approx.hpp93 template < typename VertexListGraph, typename WeightMap,
110 template < typename VertexListGraph, typename WeightMap,
114 WeightMap w, OutputIterator o) in metric_tsp_approx_tour_from_vertex()
135 template < typename VertexListGraph, typename WeightMap,
143 template < typename VertexListGraph, typename WeightMap,
147 WeightMap w, TSPVertexVisitor vis) in metric_tsp_approx_from_vertex()
152 template < typename VertexListGraph, typename WeightMap,
248 template < typename Graph, typename WeightMap, typename OutIter,
257 WeightMap& wmap_;
304 template < typename Graph, typename WeightMap, typename OutIter,
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/
H A Dstoer_wagner_min_cut.hpp32 template < typename ParityMap, typename WeightMap, typename IndexMap >
36 typedef typename boost::property_traits< WeightMap >::value_type
42 weight_type& cutweight, const WeightMap& weight_map, in mas_min_cut_visitor()
118 const WeightMap& m_weightMap;
149 typename boost::property_traits< WeightMap >::value_type
150 stoer_wagner_min_cut(const UndirectedGraph& g, WeightMap weights, in stoer_wagner_min_cut()
202 template < class UndirectedGraph, class WeightMap, class ParityMap,
206 const UndirectedGraph& g, WeightMap weights, ParityMap parities, in stoer_wagner_min_cut()
253 template < class UndirectedGraph, class WeightMap >
306 typename boost::property_traits< WeightMap >::value_type
[all …]
H A Dmetric_tsp_approx.hpp93 template < typename VertexListGraph, typename WeightMap,
110 template < typename VertexListGraph, typename WeightMap,
114 WeightMap w, OutputIterator o) in metric_tsp_approx_tour_from_vertex()
135 template < typename VertexListGraph, typename WeightMap,
143 template < typename VertexListGraph, typename WeightMap,
147 WeightMap w, TSPVertexVisitor vis) in metric_tsp_approx_from_vertex()
152 template < typename VertexListGraph, typename WeightMap,
248 template < typename Graph, typename WeightMap, typename OutIter,
257 WeightMap& wmap_;
304 template < typename Graph, typename WeightMap, typename OutIter,
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
H A Dmetric_tsp_approx.hpp95 void metric_tsp_approx_tour(VertexListGraph& g, WeightMap w, OutputIterator o) in metric_tsp_approx_tour()
110 template<typename VertexListGraph, typename WeightMap,
114 WeightMap w, OutputIterator o) in metric_tsp_approx_tour_from_vertex()
136 template<typename VertexListGraph, typename WeightMap,
138 void metric_tsp_approx(VertexListGraph& g, WeightMap w, VertexIndexMap id, in metric_tsp_approx()
144 template<typename VertexListGraph, typename WeightMap,
148 WeightMap w, TSPVertexVisitor vis) in metric_tsp_approx_from_vertex()
155 typename WeightMap,
160 WeightMap weightmap, in metric_tsp_approx_from_vertex()
261 WeightMap& wmap_;
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
H A Dmetric_tsp_approx.hpp95 void metric_tsp_approx_tour(VertexListGraph& g, WeightMap w, OutputIterator o) in metric_tsp_approx_tour()
110 template<typename VertexListGraph, typename WeightMap,
114 WeightMap w, OutputIterator o) in metric_tsp_approx_tour_from_vertex()
136 template<typename VertexListGraph, typename WeightMap,
138 void metric_tsp_approx(VertexListGraph& g, WeightMap w, VertexIndexMap id, in metric_tsp_approx()
144 template<typename VertexListGraph, typename WeightMap,
148 WeightMap w, TSPVertexVisitor vis) in metric_tsp_approx_from_vertex()
155 typename WeightMap,
160 WeightMap weightmap, in metric_tsp_approx_from_vertex()
261 WeightMap& wmap_;
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/graph/
H A Dstoer_wagner_min_cut.hpp30 template < typename ParityMap, typename WeightMap, typename IndexMap >
33 typedef typename boost::property_traits<WeightMap>::value_type weight_type;
39 const WeightMap& weight_map, in mas_min_cut_visitor()
104 const WeightMap& m_weightMap;
130 typename boost::property_traits<WeightMap>::value_type
133 typedef typename boost::property_traits<WeightMap>::value_type weight_type; in stoer_wagner_min_cut()
141 detail::mas_min_cut_visitor<ParityMap, WeightMap, IndexMap> in stoer_wagner_min_cut()
175 typename boost::property_traits<WeightMap>::value_type
203 template <class UndirectedGraph, class WeightMap>
205 typedef typename boost::property_traits<WeightMap>::value_type result_type;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Dstoer_wagner_min_cut.hpp32 template < typename ParityMap, typename WeightMap, typename IndexMap >
36 typedef typename boost::property_traits< WeightMap >::value_type
42 weight_type& cutweight, const WeightMap& weight_map, in mas_min_cut_visitor()
118 const WeightMap& m_weightMap;
149 typename boost::property_traits< WeightMap >::value_type
150 stoer_wagner_min_cut(const UndirectedGraph& g, WeightMap weights, in stoer_wagner_min_cut()
202 template < class UndirectedGraph, class WeightMap, class ParityMap,
206 const UndirectedGraph& g, WeightMap weights, ParityMap parities, in stoer_wagner_min_cut()
253 template < class UndirectedGraph, class WeightMap >
306 typename boost::property_traits< WeightMap >::value_type
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/domhex/
H A Dmwis.hpp102 template<typename Graph, typename WeightMap>
118 WeightMap _weight;
439 WeightMap weight_map;
458 WeightMap weight_map, in state()
805 WeightMap weight_map;
944 template<typename WeightMap>
1038 state<Graph, WeightMap> search_state( in operator ()()
1043 lagrangian_bound<Graph, WeightMap> in operator ()()
1052 successor<Graph, WeightMap, lagrangian_bound<Graph, WeightMap> > successor( in operator ()()
1176 mwis::successor<Graph, WeightMap, mwis::lagrangian_bound<Graph, WeightMap> > successor( in maximum_weight_independent_set()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Dmetric_tsp_approx.hpp95 void metric_tsp_approx_tour(VertexListGraph& g, WeightMap w, OutputIterator o) in metric_tsp_approx_tour()
110 template<typename VertexListGraph, typename WeightMap,
114 WeightMap w, OutputIterator o) in metric_tsp_approx_tour_from_vertex()
136 template<typename VertexListGraph, typename WeightMap,
138 void metric_tsp_approx(VertexListGraph& g, WeightMap w, VertexIndexMap id, in metric_tsp_approx()
144 template<typename VertexListGraph, typename WeightMap,
148 WeightMap w, TSPVertexVisitor vis) in metric_tsp_approx_from_vertex()
155 typename WeightMap,
160 WeightMap weightmap, in metric_tsp_approx_from_vertex()
262 WeightMap& wmap_;
[all …]

12345678910>>...25