From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 29 16:35:01 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89FA2852; Thu, 29 Nov 2012 16:35:01 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1516A8FC1B; Thu, 29 Nov 2012 16:35:00 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fo13so20207838vcb.13 for ; Thu, 29 Nov 2012 08:35:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9Kl2g5so9i8JODEK+52NmJjdNZ2BubRVPEl7PJz5Uzc=; b=T9rEMC6H2Kb3D0k9zGX/gB9RmNrzM1WDtK4bU5YfobLuB+i64Ap6MpmvjXxnOKK4PI HxvtZF/uBVhm7Vjp9ToQedSXyX70OQnMsuyHi+v1qieJQVrFv7NIT34kH1ZsKo9SiVZl O7Wc0SpprA4yzTGRm7agukb0bjINsoEfu1fQ/dOjXBma/FQq0TPf04L4M0h2opQP5hxO w32gKEtmtyYnBJh9FNZtDSOaf/PuuJdXNNnKL5VAAXC06yeW8v9/k/NFYLADCyUFsiLy tgPpGiB39mUCVIXhaNDNQx4b5bFEWZP+c8MtYjGTOOyS3vwKzr7TxsTCFNZ5EqBEHark or5Q== MIME-Version: 1.0 Received: by 10.58.168.135 with SMTP id zw7mr32885185veb.4.1354206900408; Thu, 29 Nov 2012 08:35:00 -0800 (PST) Received: by 10.58.218.35 with HTTP; Thu, 29 Nov 2012 08:35:00 -0800 (PST) In-Reply-To: <50B77B41.7040008@FreeBSD.org> References: <50B61DAC.7050102@FreeBSD.org> <20121128143115.GJ2617@albert.catwhisker.org> <50B621BA.1080407@FreeBSD.org> <50B77B41.7040008@FreeBSD.org> Date: Thu, 29 Nov 2012 08:35:00 -0800 Message-ID: Subject: Re: lib for working with graphs From: Mehmet Erol Sanliturk To: Andriy Gapon Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Hackers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2012 16:35:01 -0000 On Thu, Nov 29, 2012 at 7:12 AM, Andriy Gapon wrote: > on 28/11/2012 18:36 Mehmet Erol Sanliturk said the following: > > > > > > On Wed, Nov 28, 2012 at 6:37 AM, Andriy Gapon > > wrote: > > > > on 28/11/2012 16:31 David Wolfskill said the following: > > > On Wed, Nov 28, 2012 at 04:20:28PM +0200, Andriy Gapon wrote: > > >> > > >> Does anyone know a light-weight BSD-licensed (or analogous) > library / piece of > > >> code for doing useful things with graphs? > > >> Thank you. > > >> .... > > > > > > Errr.... "graphs" is fairly ambiguous, and "things with graphs" > covers a > > > very wide range of activities. > > > > Graphs as in vertices, edges, etc :) > > And things like graph basics: BFS, DFS, connected components, > topological > > sort, etc > > > > > ports/math/R may be useful for this -- I use it to generate graphs > (and > > > perform statistical analyses). > > > > > > ports/graphics/plotmtv is possibly of some interest, as well, as it > > > allows a certain level of interactivity (though the code hasn't > been > > > updated in quite some time -- but it still works). > > > > > > If neither of those suits your intent, perhaps you could expand a > bit on > > > what that intent is? > > > > And, big oops sorry, forgot one very important detail - it has to be > C. > > > > http://en.wikipedia.org/wiki/JUNG > > http://en.wikipedia.org/wiki/Xfig > > http://en.wikipedia.org/wiki/SVG-edit > > > > > > http://en.wikipedia.org/wiki/Category:Graph_drawing_software > > http://en.wikipedia.org/wiki/Comparison_of_vector_graphics_editors > > http://en.wikipedia.org/wiki/Category:Free_diagramming_software > > > > > > Thank you very much . > > Thank you, but all of these appear to be off-mark. > They all are end-user oriented applications for drawing/editing graphs, > etc. > While I need a light-weight library for "embedding" graph analysis. > > -- > Andriy Gapon > Graph Theory is vast subject area : http://en.wikipedia.org/wiki/Category:Graph_theory http://en.wikipedia.org/wiki/Graph_theory http://en.wikipedia.org/wiki/Graph_%28mathematics%29 http://en.wikipedia.org/wiki/Power_graph_analysis http://www.cs.sunysb.edu/~algorith/implement/graphbase/implement.shtml If a subject with a selected title is specified , it may be possible to find more detailed information about it . Thank you very much . Mehmet Erol Sanliturk