guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sorting by a partial order


From: Mikael Djurfeldt
Subject: Re: sorting by a partial order
Date: 06 Nov 2002 14:12:29 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

address@hidden (Paul Jarc) writes:

> Keith Wright <address@hidden> 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]