[Lemon-devel] Renaming script problem
Kovács Péter
kpeter at inf.elte.hu
Tue Feb 26 17:20:54 CET 2008
Hi,
In the svn repository ListUGraph has the following function, as Alpar said.
UEdge addEdge(const Node& s, const Node& t)
However in the [c1acf0018c0a] changeset in the hg repository (after the
renaming) ListGraph has the following function.
Edge addEdge(const Node& s, const Node& t)
I do not understand it. The rename script should have resulted
"Edge addArc(...)".
Balazs, any idea?
Peter
P.S. Of course, the script could be fixed but I don't understand why it
worked like this.
Alpár Jüttner írta:
> Hi,
>
> In the 0.x series, both edges and uedges are added to a graph using the
> function addEdge(), which is an probably a mistake.
> Anyhow, it confuses the renaming script.
>
> Regards,
> Alpar
>
>
> _______________________________________________
> Lemon-devel mailing list
> Lemon-devel at lemon.cs.elte.hu
> http://lemon.cs.elte.hu/mailman/listinfo/lemon-devel
More information about the Lemon-devel
mailing list