hraban / cl-graph

Common Lisp library for manipulating graphs and running graph algorithms
http://common-lisp.net/project/cl-graph/
Other
73 stars 13 forks source link

added weight method #1

Open masonium opened 13 years ago

masonium commented 13 years ago

I added a defmethod that specialized on weighted-edge-mixin. It's basically a one-liner, but it's a one-liner that anyone using cl-graph for weighted graphs will need at some point.