Home > Archive > Prolog > September 2006 > Free Prolog libraries?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Free Prolog libraries?
|
|
| Wolfgang von Hansen 2006-09-17, 4:00 am |
| Hi,
are there any free Prolog libraries available on the net? In particular,
I am interested in an implementation of a binary heap or other structures
that can be used for priority queues.
Wolfgang
| |
| Markus Triska 2006-09-17, 8:04 am |
| Wolfgang von Hansen <wolfgang0@online.de> writes:
> particular, I am interested in an implementation of a binary heap or
> other structures that can be used for priority queues.
Included in latest SWI: library(heaps). Public domain code (taken from
Edinburgh DEC-10 library), written by Richard O'Keefe.
Best wishes, -- Markus Triska
| |
| Wolfgang von Hansen 2006-09-17, 9:59 pm |
| On Sun, 17 Sep 2006, Markus Triska wrote:
> Wolfgang von Hansen <wolfgang0@online.de> writes:
>
>
> Included in latest SWI: library(heaps). Public domain code (taken from
> Edinburgh DEC-10 library), written by Richard O'Keefe.
Thanks for the hint!
Wolfgang
|
|
|
|
|