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/ProbLog
Vitor Santos Costa 76971fa724 add ProbLog to YAP distribution 2009-02-10 23:57:45 +00:00
..
examples add ProbLog to YAP distribution 2009-02-10 23:57:45 +00:00
learning add ProbLog to YAP distribution 2009-02-10 23:57:45 +00:00
problog add ProbLog to YAP distribution 2009-02-10 23:57:45 +00:00
simplecudd add ProbLog to YAP distribution 2009-02-10 23:57:45 +00:00
Makefile.in add ProbLog to YAP distribution 2009-02-10 23:57:45 +00:00
README add ProbLog to YAP distribution 2009-02-10 23:57:45 +00:00
learning.yap add ProbLog to YAP distribution 2009-02-10 23:57:45 +00:00
problog.yap add ProbLog to YAP distribution 2009-02-10 23:57:45 +00:00

README

To compile ProbLog call
   make
To clean the directory call
   make clean

The make file will recursively call the make file of SimpleCudd and Cudd.
And it will finally copy the binary executable ProblogBDD to the main directory.