upd readme

This commit is contained in:
zsq259
2024-06-26 22:14:57 +08:00
parent ba1285360b
commit 3555ba6f00
142 changed files with 14835 additions and 12 deletions

View File

@ -0,0 +1,18 @@
# 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')]"