From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b56070c6f56f1b4e X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Graph library with minimum spanning tree Date: Thu, 04 Oct 2007 20:46:15 +0200 Message-ID: <5mkqnnFdtrpdU1@mid.individual.net> References: <5mhnr2Fdkeo9U1@mid.individual.net> <4704ddee$0$30381$9b4e6d93@newsspool4.arcor-online.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: individual.net H0U3+56ZI68qB/bROHq7gw2l+tO20eMGNiAYbV0PCmFoi0Fsw= Cancel-Lock: sha1:v/S3LgRvcX6UzALJ3RV6NSJ4AGw= User-Agent: KNode/0.10.5 Xref: g2news2.google.com comp.lang.ada:2300 Date: 2007-10-04T20:46:15+02:00 List-Id: Georg Bauhaus wrote: > Alex R. Mosteo wrote: >> Dear all, >> >> I'm interested in a weighted graph library with algorithms for finding >> the minimum spanning tree (Prim's or so) before rolling out my own. Booch >> and ASL have graph containers but no algorithms AFAIK. A binding (to >> Boost for example) would also be ok. >> >> Do you know of such a thing out there? > > http://www.algorithmic-solutions.info/leda_guide/graph_algorithms/spanning_tree.html Thanks. Am I missing something of that's C++ without Ada bindings?