blob: 2eb9c2a56c01d0133d46aa34f418426b1dc2f5b1 (
plain) (
blame)
1
2
3
4
5
6
7
|
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
|