<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Deepak,<div><br></div><div><div><blockquote type="cite"><div><div><div><div>When I try to find the connected components, it gives an error saying no applicable method for generic function subgraph-containing. I am not an expert in CLOS, hence any pointers appreciated. </div><div></div></div><div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><b><u><br></u></b></font></font></div></div></div></blockquote><div><br></div>I don't think this is a CLOS problem. Several years ago when I was trying to reorganize and simplify cl-graph, I pulled the subgraph-containing code out into a separate system that requires moptilities:</div><div><br></div><div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000">#+asdf-system-connections</font></div><div><font class="Apple-style-span" color="#000000">(asdf:defsystem-connection cl-graph-and-moptilities</font></div><div><font class="Apple-style-span" color="#000000">  :requires (cl-graph moptilities)</font></div><div><font class="Apple-style-span" color="#000000">  :components ((:module </font></div><div><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" color="#000000">              </font></span><font class="Apple-style-span" color="#000000">"dev"</font></div><div><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" color="#000000">          </font></span><font class="Apple-style-span" color="#000000">:components</font></div><div><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" color="#000000">              </font></span><font class="Apple-style-span" color="#000000">((:file "subgraph-containing")))))</font></div><div><br></div></blockquote><div><br></div><div>There are a bunch of reasons subgraph-containing isn't loaded:</div><div><br></div><div>* moptilities isn't around</div><div>* asdf-system-connections isn't around</div><div>* asdf-system-connections doesn't work with the latest ASDF (it may but I know I haven't tested it myself :-()</div><div><br></div><div>So the first thing I'd do is see if subgraph-containing.cl has been compiled and loaded. If not, then that's probably the source of the error message you're seeing. To fix it, you should get moptilities and then load them and maybe load subgraph-containing.cl by hand.</div><div><br></div><div>Let me know how it goes,</div><div><br></div><div>thanks,</div><br><blockquote type="cite"><div><a href="http://deepaksurti.com/">http://deepaksurti.com</a><br>
You want to see a miracle. Then be the miracle.<br>
</div></blockquote><br></div><div>That's a great tag-line! </div><br><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--</div><div>Gary Warren King, <a href="http://metabang.com/">metabang.com</a> <br>Cell: (413) 559 8738<br>Fax: (206) 338-4052<br>gwkkwg on Skype * garethsan on AIM * gwking on twitter<br></div></div></span></div>
</div>
<br></div></body></html>