reverted to old version due to a wrong commit

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2126 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
rzf 2008-03-06 07:57:23 +00:00
parent a35877eb05
commit 097bdcec67

View File

@ -59,7 +59,7 @@ G <-- Y :-
bnt_solver(jtree).
% likelihood_weighting
bnt_path("/home/fabrizio/Desktop/cplint/cplint/trunk/FullBNT-1.0.4/BNT").
bnt_path("$HOME/Yap/CLPBN/FullBNT-1.0.4/BNT").
%
@ -259,7 +259,6 @@ mkdag(N,Els) :-
add_els(Els,N,Dag),
Dag=..[_|L],
addzeros(L),
format("prova",[]),
matlab_matrix(N,N,L,dag).
add_els([],_,_).