gograph icon indicating copy to clipboard operation
gograph copied to clipboard

Support for decorating edges and vertexes

Open mkindahl opened this issue 11 years ago • 0 comments

In order to implement algorithms such as shortest-path and max-flow, it is necessary to be able to decorate edges and vertexes with weights or costs. This should ideally not be restricted to just a few values, but a generic API should be constructed.

mkindahl avatar Feb 16 '13 12:02 mkindahl