简体   繁体   English

C#QuickGraph输出图形,带点的加权边缘为点格式

[英]C# QuickGraph output graph with weighted edges in dot format

Is QuickGraph capable of outputting graphs with weighted edges in dot format? QuickGraph是否能够以点格式输出带有加权边的图形? I know it can output simple graphs without weighted edges. 我知道它可以输出没有加权边的简单图形。

Also, is there any graph structure in QuickGraph that supports weighted edges? 另外,QuickGraph中是否有任何支持加权边的图形结构? The only ones I see use a separate dictionary to hold the edge weights. 我看到的唯一一个使用单独的字典来保存边缘权重。

The answer is to do it yourself and not use the built in graphing engine. 答案是自己做,而不使用内置的图形引擎。

Thanks for the downvotes. 谢谢你的投票。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM