无法找到有向多重图包

huangapple go评论93阅读模式
英文:

golang - Unable to find directed multigraph package

问题

我无法在golang中编写有向多图。我在callgraph中看到了一些代码,但那不是一个通用的多图。有人知道我可以使用哪个包吗?我尝试查看了graph,但它没有一个多图模块。

谢谢,Abhishek

英文:

I am unable to write a directed multigraph in golang. I see some code in callgraph but thats not a generic multigraph. Anybody aware of what package i can use? I tried looking at graph, but that does not have a multigraph module.

Thanks, Abhishek

答案1

得分: 1

这应该会对你有所帮助:
https://github.com/manav416/directed-multigraph

https://godoc.org/github.com/twmb/algoimpl/go/graph 也提供了图形工具。

英文:

This should help you:
https://github.com/manav416/directed-multigraph

https://godoc.org/github.com/twmb/algoimpl/go/graph also has graph utilities

huangapple
  • 本文由 发表于 2016年3月10日 22:16:32
  • 转载请务必保留本文链接:https://go.coder-hub.com/35918945.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定