1

私は後押しするのが初めてで、erdos アルゴリズムによって生成された分散ランダム グラフを構築しようとしています。ドキュメントで提案されているように、internal_vertex_name テンプレートを名前付き頂点で動作するように特化しているため、すべてうまくいきます。

コードはこちらにあります。

次のような多くのコンパイル エラーが発生します。

boost/graph/distributed/shuffled_distribution.hpp:62:56: error: ‘const struct boost::graph::distributed::hashed_distribution<std::basic_string<char> >’ has no member named ‘block_size’

error: ‘const struct boost::adjacency_list<boost::vecS, boost::distributedS<boost::graph::distributed::mpi_process_group, boost::vecS>, boost::directedS, TNode, boost::property<boost::edge_weight_t, int>
>::base_distribution_type’ has no member named ‘local

boost/graph/distributed/adjlist/initialize.hpp:29:5: error: invalid conversion from ‘long unsigned int’ to ‘const char*’

なにか提案を?

4

0 に答える 0