Did you know ... | Search Documentation: |
Pack logtalk -- logtalk-3.85.0/manuals/_sources/libraries/heaps.rst.txt |
.. _library_heaps:
heaps
This library implements minimum and maximum heaps.
Open the `../../docs/library_index.html#heaps <../../docs/library_index.html#heaps>`__ link in a web browser.
To load all entities in this library, load the loader.lgt
file:
::
| ?- logtalk_load(heaps(loader))
.
To test this library predicates, load the tester.lgt
file:
::
| ?- logtalk_load(heaps(tester))
.
Original code by Richard O''Keefe. Adapted to Logtalk by Paulo Moura and Victor Lagerkvist.