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.
igraph の python ライブラリでは、属性に基づいてノードの ID を検索できます。
seqIDs = myGraph.vs.select(attribute1, attribute2)
igraph の c ライブラリ バージョンにこのような関数はありますか?
いいえ、ありません。近い将来に存在する可能性は低いです。特に、ほとんどの igraph ユーザーはより高いレベルのインターフェイスの 1 つを使用し、対話しないため、コスト (開発時間) が利点をはるかに上回ります。 Cコアに直接。
免責事項: 私は igraph の作成者の 1 人です。