Running ProbLog¶
To run ProbLog, go your ProbLog folder (eg. $\sim$/problog), and start YAP (eg. $\sim$/yap/yap). This will start YAP with ProbLog functionality.
To use ProbLog, the ProbLog module has to be loaded at the top of your Prolog programs. This is done with the following statement:
*:- use_module('../path/to/problog').*
where '../path/to/problog' represents the path to the problog.yap module (ie. without the extension) from the current folder from where YAP was