X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dev%2Fgraph-container.lisp;h=0865b2f2bb4b03b1203a4c738a634cc22702170e;hb=5282d117ab0e8b7080bca9683e270f0d2a8f4d5c;hp=afafddaaf55f3317b7c71043294f81395f630c07;hpb=91e1eb9bf83e879fff123c9a7863ef52a0d406ae;p=cl-graph.git diff --git a/dev/graph-container.lisp b/dev/graph-container.lisp index afafdda..0865b2f 100644 --- a/dev/graph-container.lisp +++ b/dev/graph-container.lisp @@ -208,7 +208,6 @@ DISCUSSION ;;; --------------------------------------------------------------------------- - (defmethod find-edge ((graph graph-container) (edge graph-container-edge) &optional error-if-not-found?) (find-edge-between-vertexes @@ -312,7 +311,8 @@ DISCUSSION (values nil)) +;;; --------------------------------------------------------------------------- + +(defmethod edge-count ((graph graph-container)) + (size (graph-edges graph))) -;;; *************************************************************************** -;;; * End of File * -;;; *************************************************************************** \ No newline at end of file