swap including and included.

This commit is contained in:
Vítor Santos Costa 2015-11-05 16:07:51 +00:00
parent 00245ff0fc
commit 0fec4766e5

View File

@ -2626,8 +2626,6 @@ init_problog_low(Threshold) :-
nb_setval(problog_completed_proofs, Trie_Completed_Proofs),
init_problog(Threshold).
:- include(problog_lbdd).
% generalizing problog_max to return all explanations, sorted by non-increasing probability
problog_all_explanations(Goal,Expl) :-
problog_all_explanations_unsorted(Goal,Unsorted),