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.
我想获得两个节点之间的最长路径。
我有带有 id 的车站 这些车站与 oder 车站相连。关系是“出租车”、“公共汽车”、“船”。
那么我如何获得整体最长的路径?(或最长最短路径)我不想要特定节点的最长路径。
我尝试了多个查询,但通常我只得到“内部错误......”
这是从我的图表中截取的(这里是最短路径): 在我的脑海中,我认为我必须找到所有节点的所有最短路径,然后返回最长的最短路径。但我没有在查询中得到它