cyaron icon indicating copy to clipboard operation
cyaron copied to clipboard

fix(Graph): DAG/connected 函数中计算边数上限的错误

Open weilycoder opened this issue 8 months ago • 1 comments

语句cyaron.Graph.DAG(10, 90, repeated_edges=False) 将导致无限循环。

https://github.com/luogu-dev/cyaron/blob/0865426a68124828988f60c8b0e5d5db5cad8cde/cyaron/graph.py#L609-L615

应把 610 行的 not loop 换成 loop

weilycoder avatar Mar 20 '25 13:03 weilycoder

@Mr-Python-in-China 你直接修了吧

weilycoder avatar Mar 20 '25 13:03 weilycoder