Files
PPCA-AIPacMan-2024/logic/test_cases/q3/pacphysics_transition.solution
2024-06-25 15:51:24 +08:00

4 lines
442 B
Plaintext

# This is the solution file for test_cases/q3/pacphysics_transition.test.
# The result of evaluating the test must equal the below when cast to a string.
result: "(P[1,1]_1 <=> ((P[1,2]_0 & South_0) | (P[1,0]_0 & North_0) | (P[2,1]_0 & West_0) | (P[0,1]_0 & East_0))) (P[1,1]_2 <=> ((P[1,2]_1 & South_1) | (P[1,0]_1 & North_1) | (P[2,1]_1 & West_1) | (P[0,1]_1 & East_1))) (P[1,1]_1 <=> ((P[1,2]_0 & South_0) | (P[2,1]_0 & West_0))) None"