19 lines
340 B
Plaintext
19 lines
340 B
Plaintext
# This is the solution file for test_cases/q6/2-independent-eliminate.test.
|
|
variableDomainsDict: """
|
|
D : dry wet
|
|
W : sun rain
|
|
T : hot cold
|
|
"""
|
|
|
|
unconditionedVariables: "W"
|
|
|
|
conditionedVariables: ""
|
|
|
|
FactorTable: """
|
|
W : sun = 0.8
|
|
W : rain = 0.2
|
|
"""
|
|
|
|
|
|
callTrackingList: "[('join', 'T'), ('eliminate', 'T'), ('join', 'D')]"
|