You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
256 B
17 lines
256 B
3 years ago
|
# This is the solution file for test_cases/q4/5-simple-eliminate-nonsingleton-var.test.
|
||
|
variableDomainsDict: """
|
||
|
D0 : wet dry
|
||
|
W0 : sun rain
|
||
|
"""
|
||
|
|
||
|
unconditionedVariables: "D0"
|
||
|
|
||
|
conditionedVariables: ""
|
||
|
|
||
|
FactorTable: """
|
||
|
D0 : wet = 0.22
|
||
|
D0 : dry = 0.78
|
||
|
"""
|
||
|
|
||
|
|