net { node_size = (80 40); HR_Desc = ""; HR_OOBN_FitExpand = "1"; HR_Zoom_ZoomFactor = "100"; HR_Groups_GroupColors = ""; HR_Groups_GroupNames = ""; HR_Groups_UserGroupsNo = "0"; HR_Color_Interface = "21"; HR_Color_Instance = "0"; HR_Color_Utility = "36"; HR_Color_Decision = "17"; HR_Color_ContinuousChance = "48"; HR_Color_DiscreteChance = "16"; HR_Monitor_InitSD = "2"; HR_Monitor_InitStates = "5"; HR_Monitor_OpenGraph = "0"; HR_Monitor_GraphPrecision = "100"; HR_Monitor_AutoUpdGraph = "0"; HR_Compile_MaxMinimalSeparators = "100000"; HR_Compile_ApproxEpsilon = "1.0E-5"; HR_Compile_Approximate = "0"; HR_Compile_Compress = "0"; HR_Compile_TriangMethod = "0"; HR_Propagate_AutoNormal = "1"; HR_Propagate_AutoSum = "1"; HR_Propagate_Auto = "1"; HR_Font_Italic = "0"; HR_Font_Weight = "400"; HR_Font_Size = "-12"; HR_Font_Name = "Arial"; HR_Grid_GridShow = "0"; HR_Grid_GridSnap = "0"; HR_Grid_Y = "40"; HR_Grid_X = "40"; HRUNTIME_Monitor_InitStates = "5"; HRUNTIME_Monitor_OpenGraph = "0"; HRUNTIME_Monitor_GraphPrecision = "100"; HRUNTIME_Monitor_AutoUpdGraph = "0"; HRUNTIME_Compile_ApproxEpsilon = "0.00001"; HRUNTIME_Compile_Approximate = "0"; HRUNTIME_Compile_Compress = "0"; HRUNTIME_Compile_TriangMethod = "0"; HRUNTIME_Propagate_AutoNormal = "1"; HRUNTIME_Propagate_AutoSum = "1"; HRUNTIME_Propagate_Auto = "0"; HRUNTIME_Font_Italic = "0"; HRUNTIME_Font_Weight = "400"; HRUNTIME_Font_Size = "-12"; HRUNTIME_Font_Name = "Arial"; HRUNTIME_Grid_GridShow = "0"; HRUNTIME_Grid_GridSnap = "1"; HRUNTIME_Grid_Y = "10"; HRUNTIME_Grid_X = "10"; } node Holmes { label = "Holmes?"; position = (271 102); states = ("yes" "no"); } node Watson { label = "Watson?"; position = (131 102); states = ("yes" "no"); } node Sprinkler { label = "Sprinkler?"; position = (351 172); states = ("yes" "no"); } node Rain { label = "Rain?"; position = (211 172); states = ("yes" "no"); } potential (Holmes | Sprinkler Rain) { data = ((( 1 0 ) % Sprinkler=yes Rain=yes ( 0.9 0.1 )) % Sprinkler=yes Rain=no (( 1 0 ) % Sprinkler=no Rain=yes ( 0 1 ))); % Sprinkler=no Rain=no } potential (Watson | Rain) { data = (( 1 0 ) % Rain=yes ( 0.2 0.8 )); % Rain=no } potential (Sprinkler) { data = ( 0.1 0.9 ); } potential (Rain) { data = ( 0.2 0.8 ); }