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

fix methods has-parent-p, has-children-p (fixes #6) #7

Closed jpcima closed 8 years ago

gwkkwg commented 8 years ago

This looks good. It would be if you could write a few tests as well. (I would but I know I won't get to it until approximately forever from now).

jpcima commented 8 years ago

Thanks for merging, hopefully this can make in the next Quicklisp distribution. I will have a look at the tests this weekend.