用于 Objective C 的 jGraphT?

发布于 2024-11-16 00:58:52 字数 364 浏览 4 评论 0原文

我正在寻找 Objective C 中的有向无环图实现。 我在 Java 领域使用 jGraphT 取得了巨大的成功。我正在使用 DirectedGraph 来 对电源子系统进行建模,现在我需要 iPhone/iPad 的等效代码。

开源库中是否存在这样的东西?还是我需要自己动手?

I'm looking for a Directed Acyclic Graph implementation in Objective C.
I've had enormous success with jGraphT in the Java space. I'm using a DirectedGraph to model a power subsystem, and now I need equivalent code for iPhone/iPad.

Does such a thing exist in an open source library? Or do I need to roll my own?

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

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

发布评论

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

评论(2

妄断弥空 2024-11-23 00:58:52

目前 Objective C 中没有可用的实现。然而,这应该非常有帮助,特别是 Mark Wukta 的 PASCAL 实现。

请参阅

https://stackoverflow.com/questions/1284928/directed-graph -实现-in-objective-c/13310549#13310549

There's no available implementation in Objective C at present. However, this should be very helpful, particularly Mark Wukta's PASCAL implementation.

See

https://stackoverflow.com/questions/1284928/directed-graph-implementation-in-objective-c/13310549#13310549

落日海湾 2024-11-23 00:58:52

AFAIK 没有 Objective-C 库。我需要一个有向字母,并且我分叉 Aaron Qi的digraph。也许加上 Tarjan 的算法,你就差不多了,但 jgrapht 的功能还差得很远。

AFAIK there is not Objective-C library for that. I needed a digraph and I forked Aaron Qian's digraph. Maybe add Tarjan's algorithm and you are almost there, but jgrapht is miles away in features.

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