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
Vitor Santos Costa 87d7c90171 adtdefs.c: add debugging code to verify when a specific predicate is added.
modules.* implemente module_property/2:class(_)
prism: comment unneeded labels.
2014-06-17 15:44:46 +01:00
..
exs :make sure we get rid of YapR 2012-02-01 08:58:20 +00:00
src adtdefs.c: add debugging code to verify when a specific predicate is added. 2014-06-17 15:44:46 +01:00
LICENSE prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
LICENSE.src prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
README prism logical probabilistic system. 2011-11-10 12:24:47 +00:00

========================== README (top) ==========================

This is a software package of PRISM version 2.0, a logic-based
programming system for statistical modeling, which is built
on top of B-Prolog (http://www.probp.com/).  Since version 2.0,
the source code of the PRISM part is included in the released
package.  Please use PRISM based on the agreement described in
LICENSE and LICENSE.src.

  LICENSE     ... license agreement of PRISM
  LICENSE.src ... additional license agreement on the source
                  code of PRISM
  bin/        ... executables
  doc/        ... documents
  src/        ... source code
  exs/        ... example programs
  exs_fail/   ... example programs for generative modeling
                  with failure
  exs_foc/    ... additional examples that demonstrate the
                  First Order Compiler

For the files under each directory, please read the README file
in the directory.  For the papers or additional information
on PRISM, please visit http://sato-www.cs.titech.ac.jp/prism/ .