Labelled graphs in fgl

Henning Thielemann lemming at henning-thielemann.de
Wed Feb 13 07:27:32 EST 2008


Is there a reason why graphs in fgl are labeled by default, and unlabelled
graphs must be constructed by labeling with () ? In my opinion the more
natural design would be to number the nodes and edges with an Enum type
instead of Int and to retrieve the labels from an array. This would
support the "from simple to complex" design.


More information about the Libraries mailing list