allow ProbLog to use lbdd.

This commit is contained in:
Vítor Santos Costa
2012-04-26 13:52:09 +01:00
parent c3eb3db4ed
commit fd755f0b7e
9 changed files with 80 additions and 13 deletions

View File

@@ -99,3 +99,6 @@ test_example(33,path(5,4),0.57).
test_example(34,path(6,4),0.51).
test_example(35,path(6,5),0.69).
:- set_problog_flag(libbdd_init_method,(Query,Bdd,
problog_kbest_bdd(Query,20,_Status))).