如何在 Lemon 中查找节点的邻居
在 Lemon C++ 图库中,给定无向图中的一个节点,如何找到边连接的其他节点?
In the Lemon C++ Graph Library, given a node in an undirected graph say, how does one find other nodes that are edge connected?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
即使我对 C++ 很生疏并且以前没有使用过 Lemon,我也会尝试一下:
我用过这个:
LEMON - 开源 C++ 图形模板库
...还有这个:
LEMON:图形类参考
...和我'多年来我们在图论方面做了相当多的工作。
我希望它有帮助。
I'll have a go at this even though I'm rusty with C++ and haven't used Lemon before:
I used this:
LEMON -- an Open Source C++ Graph Template Library
... and this:
LEMON: Graph Class Reference
... and I've done a reasonable amount of work with graph theory over the years.
I hope it helps.