Re: Data structure for partial orders
- From: Florian Brucker <torf@xxxxxxxxxxxx>
- Date: Wed, 28 May 2008 23:43:33 +0200
Gene wrote:
The PO is equivalent to a directed acyclic graph (DAG), so any
directed graph data structure applies: adjacency lists or edge
matrices for example. If you are calculating transitive closure, the
edge matrix provides for simple implementation by matrix
multiplication. See http://csdl2.computer.org/comp/proceedings/asilomar/1995/7370/00/73700799.pdf
for example.
Thanks for the pointers, they are appreciated.
Regards,
Florian
.
- References:
- Data structure for partial orders
- From: Florian Brucker
- Re: Data structure for partial orders
- From: Gene
- Data structure for partial orders
- Prev by Date: Re: Data structure for partial orders
- Next by Date: searching for missing element in an array
- Previous by thread: Re: Data structure for partial orders
- Next by thread: C++ Developer Wanted (New York)
- Index(es):