From 2996a0b8b31ac96996c4e59aa9540ca9c45adad8 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Sat, 15 Dec 2012 00:14:45 +0000 Subject: [PATCH] Comment does not apply --- packages/CLPBN/clpbn.yap | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/CLPBN/clpbn.yap b/packages/CLPBN/clpbn.yap index adb5c79f8..a97e547b7 100644 --- a/packages/CLPBN/clpbn.yap +++ b/packages/CLPBN/clpbn.yap @@ -588,11 +588,6 @@ clpbn_run_solver(pcg, LVs, LPs, State) :- % % This is a routine to start a solver, called by the learning procedures (ie, em). -% LVs is a list of lists of variables one is interested in eventually marginalising out -% Vs0 gives the original graph -% AllDiffs gives variables that are not fully constrainted, ie, we don't fully know -% the key. In this case, we assume different instances will be bound to different -% values at the end of the day. % pfl_init_solver(QueryKeys, AllKeys, Factors, Evidence, VE, bdd) :- init_bdd_ground_solver(QueryKeys, AllKeys, Factors, Evidence, VE).