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/ProbLog/README

19 lines
353 B
Plaintext
Raw Normal View History

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.
2009-07-31 18:18:03 +01:00
And it will finally copy the binary executable ProblogBDD to the main directory.
Please, consult
http://dtai.cs.kuleuven.be/problog
2009-07-31 23:39:21 +01:00
and the examples directory
problog_examples
2009-07-31 18:18:03 +01:00
for more information