add ordsets.pl to README
This commit is contained in:
@@ -356,6 +356,8 @@ The modules that ship with Scryer Prolog are also called
|
|||||||
providing `empty_assoc/1`, `get_assoc/3`, `put_assoc/4` etc.
|
providing `empty_assoc/1`, `get_assoc/3`, `put_assoc/4` etc.
|
||||||
to manage elements in AVL trees which ensure
|
to manage elements in AVL trees which ensure
|
||||||
*O*(log(*N*)) access.
|
*O*(log(*N*)) access.
|
||||||
|
* [`ordsets`](src/prolog/lib/ordsets.pl)
|
||||||
|
represents ordered sets as lists.
|
||||||
* [`clpb`](src/prolog/lib/clpb.pl)
|
* [`clpb`](src/prolog/lib/clpb.pl)
|
||||||
CLP(B): Constraint Logic Programming over Boolean variables,
|
CLP(B): Constraint Logic Programming over Boolean variables,
|
||||||
a BDD-based SAT solver provided via the predicates
|
a BDD-based SAT solver provided via the predicates
|
||||||
|
|||||||
Reference in New Issue
Block a user