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
2012-12-20 21:15:01 +00:00
..
c fix compilation MT in win32 2012-12-20 21:15:01 +00:00
prolog improve prism compatibility (fix asia). 2012-12-14 08:26:56 +00: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.