Categories
gprolog
GNU Prolog is a free Prolog compiler with constraint solving over finite domains. It accepts a Prolog+ constraint program and produces a native binary. The obtained executable is now stand-alone. This executable can be quite small since GNU Prolog doesn't need to link the code of most unused built-in predicates.
Besides the native code compilation, GNU Prolog offers a classical interactive interpreter (top-level). It also conforms to the ISO standard for Prolog.
The program also includes an efficient constraint solver over Finite Domains (FD). This opens constraint logic programming to the user, combining its power with the declarativity of logic programming.
Last updated 3 Dec, 2001
Versions
1.2.13
1.2.13 released 2002-06-14
- Released: 14 Jun, 2002
- Code Maturity: Stable
- Source Archive: http://ftp.gnu.org/gnu/gprolog/gprolog-1.2.13.t...
- Licenses: GPLv2
User Community and Support
User reference manual available from http://gnu-prolog.inria.fr/manual/index.html; User reference manual available in PostScript version from ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/manual.ps.gz; User reference manual available in DVI version from ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/manual-dvi.tar.gz.
General Resources
Development
Developer Resources
- VCS Checkout Command:
:pserver:anoncvs@subversions.gnu.org:/cvsroot/gprolog - VCS Repository Webview
