Re: table.sort and partially ordered set
[
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: 2013年3月15日 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.