From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mikael Djurfeldt Newsgroups: gmane.lisp.guile.user Subject: Re: sorting by a partial order Date: 06 Nov 2002 14:12:29 +0100 Sender: guile-user-admin@gnu.org Message-ID: References: <200210300634.g9U6Yj401336@fcs9.free-comp-shop.com> Reply-To: djurfeldt@nada.kth.se NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036589687 6626 80.91.224.249 (6 Nov 2002 13:34:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Nov 2002 13:34:47 +0000 (UTC) Cc: djurfeldt@nada.kth.se Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189QKT-0001ib-00 for ; Wed, 06 Nov 2002 14:34:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189QE3-0000Zg-00; Wed, 06 Nov 2002 08:28:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189Pz5-0004Ts-00 for guile-user@gnu.org; Wed, 06 Nov 2002 08:12:39 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189Pyy-0004JP-00 for guile-user@gnu.org; Wed, 06 Nov 2002 08:12:36 -0500 Original-Received: from kvast.blakulla.net ([213.212.20.77]) by monty-python.gnu.org with esmtp (Exim 4.10) id 189Pyx-0004Hy-00 for guile-user@gnu.org; Wed, 06 Nov 2002 08:12:32 -0500 Original-Received: from dyna224-221.nada.kth.se ([130.237.224.221] helo=linnaeus) by kvast.blakulla.net with esmtp (Exim 3.36 #1 (Debian)) id 189Pyw-00039j-00; Wed, 06 Nov 2002 14:12:30 +0100 Original-Received: from mdj by linnaeus with local (Exim 3.36 #1 (Debian)) id 189Pyw-0003PA-00; Wed, 06 Nov 2002 14:12:30 +0100 Original-To: guile-user@gnu.org In-Reply-To: Original-Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1341 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1341 prj@po.cwru.edu (Paul Jarc) writes: > Keith Wright wrote: > > I don't know what you have been reading, but Paul's use of "poset" > > Too bad I didn't actually use that word. :) Sorry for the confusion. > Maybe it would have been clearer if I explained that my relation means > "B depends on A", so in the result A must precede B. This is for a > program similar to make. Have a look at the "tsort" module in slib: (use-modules (ice-9 slib)) (require 'tsort) _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user