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.
我目前正在使用 boost graph lib 来计算强连接组件,但是他们页面上的示例似乎太旧而无法工作,那么我现在如何使用 Boost 1.48 将文件读入 GraphvizDigraph 对象?
您需要完整的GraphvizDigraph信息吗?如果您只需要一些顶点和边属性,您可以使用read_graphviz函数将图形加载到adjacency_list结构中。
GraphvizDigraph
read_graphviz
adjacency_list