This problem implements a parallel search of an extremely large
(several thousand elements) integer list. The program finds all
occurrences of a certain integer. The program reads the integer value
to look up from the command-line and all the list elements from an
input file.
(Download this Prolog Source File)
Back to Tabard Web Site..