[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table.sort and partially ordered set
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 15 Mar 2013 14:22:52 -0300
> Is it possible to find linear extension of partially ordered set using
> table.sort?
No. You're probably looking for an implementation of topological sort.