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.
我想知道如何使用 Jung 框架检查两个顶点是否在图中连接。谢谢。
如果图是无向的(你没有指定)或者你不关心边的方向,使用 WeakComponentClusterer 将图分割成它的(弱)连通分量,然后检查顶点是否在同一个分量中. (如果我正确理解了您的问题,则 BicomponentClusterer 对于这种情况是不正确的。)