small fix

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1977 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2007-11-07 09:35:53 +00:00
parent 42048570f3
commit e01e7cc8bf
3 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
/*
add_BNT_to_path
cd ~/Yap/CLPBN/FullBNT-1.0.4
addpath(genpathKPM(pwd))
N = 4;
dag = zeros(N,N);
dag = false(N,N);
C = 1; S = 2; R = 3; W = 4;
dag(C,[R S]) = 1;
dag(R,W) = 1;