选择Vertex Boost图遍历

发布于 2024-12-13 22:00:44 字数 144 浏览 4 评论 0原文

我正在使用 boost::graph 和遍历算法(BFS / DFS)。但是,我需要修改行为如下:当位于特定顶点时,根据顶点的某些属性选择下一个相邻顶点。我知道 boost:graph 中有访问者概念。我找不到一种方法来使用它们来确定要选择的下一个顶点。有什么帮助吗? 谢谢

I am using boost::graph and the traversal algorithms (BFS / DFS). However, I need to modify the behavior as follows: when at a particular vertex, choose the next adjacent vertex based on some properties of the vertex. I know there are visitor concepts in boost:graph. I could not find a way to use them to determine the next vertex to choose. Any help??
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兮颜 2024-12-20 22:00:45

在我看来,您似乎希望使用某种启发式方法。看看 A-star 搜索:

It sounds to me as if you are wish to use a heuristic of some kind. Have a look at A-star search:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文