Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
属性値で頂点をクエリできる C++ グラフ ライブラリはありますか?
python versのように。igraph の:
seqIDs = myGraph.vs.select(attribute1, attribute2)
Boost Graph Library ( BGL ) はもうご覧になりましたか? 頂点をパラメータ化できるため、標準アルゴリズムを使用して頂点を調べることができます。