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++ 中实现了图论中的一些算法。我的老师希望我们用图表来展示一些例子,所以我需要画一个图表,然后一步一步地解释我的实现是如何工作的。
我不想在这项工作中使用绘画,所以我想知道在尝试创建带有边和顶点的加权图时,是否有任何工具可以让您的生活更轻松?
谢谢!
是的,使用graphvis。如果你已经在使用 boost.graph 来实现你的实现,你可以简单地将你的图写成 graphvis 格式。