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.

20 lines
408 B

# This is the solution file for test_cases/q6/4-common-effect-eliminate.test.
variableDomainsDict: """
S : slippery
D : dry wet
W : sun rain
T : hot cold
"""
unconditionedVariables: "W"
conditionedVariables: "S"
FactorTable: """
W : sun, S : slippery = 0.652173913043
W : rain, S : slippery = 0.347826086957
"""
callTrackingList: "[('join', 'T'), ('eliminate', 'T'), ('join', 'D'), ('eliminate', 'D')]"