This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/prism/src
Vitor Santos Costa 2be225c17a small warnings.
2014-11-25 16:42:35 +00:00
..
c small warnings. 2014-11-25 16:42:35 +00:00
prolog fix arena initialization 2014-08-23 14:47:40 -05:00
README prism logical probabilistic system. 2011-11-10 12:24:47 +00:00

========================== README (src) ==========================

This directory contains the source files of the PRISM part, along
with a minimal set of source and binary files from B-Prolog,
required to build the PRISM system:

  c/      ... C code 
  prolog/ ... Prolog code

Please use/modify/distribute the source code based on the license
agreements described $(TOP)/LICENSE and $(TOP)/LICENSE.src, where
$(TOP) is the top directory in the unfolded package.

To build the PRISM system, we need to compile both C and Prolog
source files.  Please follow the instructions described in READMEs
at the `c' and `prolog' directories.