mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
d1f32a3e5d
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
8 lines
331 B
Plaintext
8 lines
331 B
Plaintext
The Pomap-library implements an ADT that maintains maps of partially
|
|
ordered elements. Whereas a total order allows you to say whether some
|
|
element is lower, equal or greater than another one, partial orders also
|
|
allow for a "don-t know" case.
|
|
|
|
Author: Markus Mottl <markus.mottl@gmail.com>
|
|
WWW: https://bitbucket.org/mmottl/pomap
|