[Gllug] Best option for a lot of compute power

Richard Jones rich at annexia.org
Mon Jun 7 12:11:01 UTC 2004


There seem to be a couple of viable Prolog implementations:

http://www.swi-prolog.org/download.html
http://pauillac.inria.fr/~diaz/gnu-prolog/

and here's the only example you'll ever need :-)

http://www.csse.monash.edu.au/~lloyd/tildeLogic/Prolog.toy/Examples/

Basically you write a whole load of "facts" about your timetable (eg.
who is taking lessons at the same time, constraints on scheduling),
and then you query it.  Prolog works by searching the entire problem
space, by default, but you can give it hints to cut down the search
space.

Rich.

-- 
Richard Jones. http://www.annexia.org/ http://www.j-london.com/
Merjis Ltd. http://www.merjis.com/ - improving website return on investment
C2LIB is a library of basic Perl/STL-like types for C. Vectors, hashes,
trees, string funcs, pool allocator: http://www.annexia.org/freeware/c2lib/
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list