Problem
stringlengths
147
166
Solution
bool
2 classes
Evaluate the enhanced conditional expression '(not B != B and A) if (A) else (not C and C != A)' with {'A': True, 'B': False, 'C': True, 'D': False, 'E': True}
true
Evaluate the enhanced conditional expression '(B or A and D) if (B) else (D != C and D)' with {'A': True, 'B': False, 'C': True, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(not (B or C)) if (B) else (not (not D) or C)' with {'A': False, 'B': True, 'C': True, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(A != B or D) if (A) else (not (B) or C)' with {'A': True, 'B': True, 'C': True, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(B != E and C) if (not C) else (not (C or E))' with {'A': True, 'B': True, 'C': False, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(E != C != B) if (E) else (not E and D and B)' with {'A': False, 'B': True, 'C': True, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(not D != B or E) if (E) else (E or B != C)' with {'A': True, 'B': False, 'C': True, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(C or D or A) if (B) else (E or B or D)' with {'A': False, 'B': True, 'C': False, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(not (E != D)) if (E) else (not (A) and E)' with {'A': False, 'B': False, 'C': False, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(A != D != D) if (A) else (not A or E or A)' with {'A': True, 'B': True, 'C': True, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(C != A or A) if (B) else (not (not B or B))' with {'A': True, 'B': False, 'C': True, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(not (E != A)) if (not B) else (not C or E and A)' with {'A': False, 'B': False, 'C': False, 'D': True, 'E': True}
false
Evaluate the enhanced conditional expression '(not (not A) != B) if (not D) else (not (D) and E)' with {'A': False, 'B': True, 'C': True, 'D': False, 'E': True}
true
Evaluate the enhanced conditional expression '(not (not (B))) if (E) else (A and B and C)' with {'A': False, 'B': True, 'C': False, 'D': False, 'E': True}
true
Evaluate the enhanced conditional expression '(A and D and E) if (D) else (D and C or B)' with {'A': True, 'B': True, 'C': False, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(not (A or B)) if (A) else (not A and D != E)' with {'A': False, 'B': True, 'C': False, 'D': True, 'E': True}
false
Evaluate the enhanced conditional expression '(B or C != B) if (C) else (E or B != D)' with {'A': False, 'B': False, 'C': True, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(not (not A) or E) if (C) else (E and A or E)' with {'A': True, 'B': True, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(D or C and D) if (C) else (B != C or C)' with {'A': True, 'B': True, 'C': True, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(not (A and A)) if (not C) else (B and D or B)' with {'A': False, 'B': False, 'C': False, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(not (B and A)) if (not D) else (A != B != D)' with {'A': True, 'B': False, 'C': False, 'D': False, 'E': True}
true
Evaluate the enhanced conditional expression '(not (A) or B) if (E) else (not (A) != E)' with {'A': False, 'B': True, 'C': True, 'D': False, 'E': False}
true
Evaluate the enhanced conditional expression '(not E != E and A) if (C) else (not (D != B))' with {'A': True, 'B': False, 'C': False, 'D': False, 'E': True}
true
Evaluate the enhanced conditional expression '(not (C != C)) if (B) else (not (E) != C)' with {'A': False, 'B': True, 'C': False, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(B != A != B) if (B) else (not (not A) and A)' with {'A': False, 'B': False, 'C': True, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(not (not B and D)) if (C) else (B != B != B)' with {'A': False, 'B': False, 'C': True, 'D': False, 'E': False}
true
Evaluate the enhanced conditional expression '(not (E or A)) if (D) else (not (B) != A)' with {'A': True, 'B': False, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(not (not (E))) if (C) else (E or C or B)' with {'A': False, 'B': False, 'C': True, 'D': False, 'E': True}
true
Evaluate the enhanced conditional expression '(not E != A or B) if (not B) else (not (A) != D)' with {'A': True, 'B': False, 'C': True, 'D': False, 'E': True}
true
Evaluate the enhanced conditional expression '(D or C and B) if (not B) else (not (D != C))' with {'A': False, 'B': False, 'C': True, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(E or E or E) if (C) else (not A != A or B)' with {'A': False, 'B': True, 'C': False, 'D': False, 'E': False}
true
Evaluate the enhanced conditional expression '(C and A and E) if (C) else (not B != A != C)' with {'A': False, 'B': True, 'C': False, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(E and A and B) if (A) else (D and D != A)' with {'A': True, 'B': True, 'C': True, 'D': False, 'E': True}
true
Evaluate the enhanced conditional expression '(not C and D != D) if (B) else (not D or B and A)' with {'A': True, 'B': False, 'C': False, 'D': False, 'E': True}
true
Evaluate the enhanced conditional expression '(not (C and C)) if (C) else (not C != A != D)' with {'A': False, 'B': True, 'C': False, 'D': False, 'E': False}
true
Evaluate the enhanced conditional expression '(not B or B != D) if (D) else (not (C and B))' with {'A': False, 'B': False, 'C': False, 'D': False, 'E': False}
true
Evaluate the enhanced conditional expression '(C != D or B) if (not A) else (not (D) and E)' with {'A': False, 'B': True, 'C': True, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(C and E or E) if (not B) else (not (not (not D)))' with {'A': True, 'B': False, 'C': True, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(B or D and B) if (D) else (D and C != E)' with {'A': True, 'B': False, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(not (D != B)) if (D) else (not B or E != A)' with {'A': True, 'B': True, 'C': True, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(not (not C or C)) if (C) else (E or B or D)' with {'A': False, 'B': True, 'C': True, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(not (C or A)) if (C) else (B != A and D)' with {'A': True, 'B': False, 'C': False, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(not (not (A))) if (C) else (C != C and D)' with {'A': False, 'B': False, 'C': False, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(A and C or D) if (D) else (not (D) and C)' with {'A': False, 'B': True, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(C or C != A) if (D) else (A or B and C)' with {'A': True, 'B': False, 'C': False, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(not (not E) and A) if (E) else (not (B and B))' with {'A': True, 'B': False, 'C': True, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(not (A) or E) if (E) else (not B != E != E)' with {'A': True, 'B': True, 'C': False, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(not C or B or B) if (E) else (B != B or D)' with {'A': False, 'B': False, 'C': False, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(not (E != A)) if (E) else (not C != C != C)' with {'A': False, 'B': False, 'C': True, 'D': True, 'E': True}
false
Evaluate the enhanced conditional expression '(A != D != A) if (E) else (not (C and A))' with {'A': False, 'B': False, 'C': False, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(not D and C or D) if (A) else (not (C or C))' with {'A': True, 'B': False, 'C': True, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(not (D) or A) if (C) else (C or A and C)' with {'A': False, 'B': False, 'C': False, 'D': True, 'E': True}
false
Evaluate the enhanced conditional expression '(not C or C != A) if (B) else (D != A or C)' with {'A': False, 'B': False, 'C': False, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(E or B or E) if (A) else (not (not E and C))' with {'A': False, 'B': False, 'C': False, 'D': False, 'E': True}
true
Evaluate the enhanced conditional expression '(A != E and D) if (C) else (not (D) or B)' with {'A': False, 'B': False, 'C': False, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(not C and E or D) if (A) else (not (D != C))' with {'A': True, 'B': True, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(not B and E or C) if (not C) else (not D and C != A)' with {'A': False, 'B': True, 'C': False, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(not E != C != A) if (not E) else (C != B or D)' with {'A': True, 'B': False, 'C': False, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(not (D or D)) if (not B) else (C and B and A)' with {'A': False, 'B': True, 'C': True, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(not D or D != C) if (C) else (D != D or D)' with {'A': False, 'B': False, 'C': True, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(A or C and C) if (A) else (D or B != D)' with {'A': True, 'B': False, 'C': False, 'D': False, 'E': False}
true
Evaluate the enhanced conditional expression '(A != B != A) if (A) else (C and A or C)' with {'A': False, 'B': False, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(D != D or B) if (D) else (not (not (not D)))' with {'A': False, 'B': True, 'C': False, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(not (C or C)) if (B) else (A != E and E)' with {'A': False, 'B': True, 'C': True, 'D': True, 'E': True}
false
Evaluate the enhanced conditional expression '(E != B and B) if (C) else (not D and B or B)' with {'A': True, 'B': False, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(not B and B and E) if (E) else (not (B) and D)' with {'A': False, 'B': True, 'C': False, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(D and B and E) if (not B) else (not (not E) and D)' with {'A': False, 'B': True, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(B or B != C) if (E) else (not E != A and C)' with {'A': True, 'B': True, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(not (A or D)) if (D) else (C and D and B)' with {'A': False, 'B': False, 'C': True, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(D and C and B) if (B) else (D or A != E)' with {'A': True, 'B': True, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(A != A and A) if (not E) else (not A and B and A)' with {'A': False, 'B': False, 'C': True, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(not A and A or D) if (E) else (B and A and D)' with {'A': False, 'B': False, 'C': True, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(not (not (D))) if (C) else (not (not C != D))' with {'A': False, 'B': False, 'C': True, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(C and E and D) if (not D) else (B or B and C)' with {'A': True, 'B': True, 'C': True, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(not (B) != B) if (not B) else (not (not D) and B)' with {'A': False, 'B': False, 'C': True, 'D': False, 'E': False}
true
Evaluate the enhanced conditional expression '(not (C) and E) if (not E) else (not (A) or E)' with {'A': False, 'B': False, 'C': True, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(not (not (E))) if (not B) else (E != E and A)' with {'A': False, 'B': False, 'C': False, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(not (D) != E) if (E) else (not (not E) and A)' with {'A': True, 'B': True, 'C': False, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(D or D != D) if (C) else (C or B != C)' with {'A': True, 'B': False, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(not A or D != C) if (A) else (not (not C or C))' with {'A': False, 'B': False, 'C': True, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(not (C) != D) if (E) else (not (not D != D))' with {'A': True, 'B': True, 'C': False, 'D': False, 'E': False}
false
Evaluate the enhanced conditional expression '(not (E != B)) if (not D) else (D and B and E)' with {'A': True, 'B': True, 'C': False, 'D': False, 'E': True}
true
Evaluate the enhanced conditional expression '(D and B or A) if (A) else (not (not (A)))' with {'A': True, 'B': False, 'C': False, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(A and C and C) if (not B) else (not D or B and B)' with {'A': False, 'B': True, 'C': True, 'D': False, 'E': False}
true
Evaluate the enhanced conditional expression '(E and B or B) if (E) else (B or E and B)' with {'A': False, 'B': True, 'C': False, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(not (B) or D) if (B) else (not (C and E))' with {'A': True, 'B': False, 'C': True, 'D': False, 'E': False}
true
Evaluate the enhanced conditional expression '(C or A and D) if (B) else (not B and D and A)' with {'A': True, 'B': False, 'C': False, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(not (not (C))) if (D) else (not (B) and E)' with {'A': True, 'B': True, 'C': True, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(not (D and A)) if (D) else (not B and C or C)' with {'A': False, 'B': False, 'C': True, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(B or D or D) if (not D) else (E or B or A)' with {'A': False, 'B': False, 'C': True, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(D != D != A) if (C) else (C and C and B)' with {'A': True, 'B': False, 'C': True, 'D': True, 'E': True}
false
Evaluate the enhanced conditional expression '(not D != A or E) if (D) else (not (A and B))' with {'A': False, 'B': True, 'C': True, 'D': False, 'E': False}
true
Evaluate the enhanced conditional expression '(D != C or A) if (A) else (not (not D) != C)' with {'A': False, 'B': False, 'C': False, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(not (C and A)) if (A) else (not C and E and C)' with {'A': True, 'B': True, 'C': False, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(not (C) != C) if (not C) else (D and B != D)' with {'A': True, 'B': False, 'C': True, 'D': True, 'E': False}
true
Evaluate the enhanced conditional expression '(E and A or B) if (B) else (B and D or A)' with {'A': False, 'B': True, 'C': True, 'D': True, 'E': True}
true
Evaluate the enhanced conditional expression '(not (E) and B) if (E) else (not (E and E))' with {'A': False, 'B': False, 'C': True, 'D': False, 'E': False}
true
Evaluate the enhanced conditional expression '(not B != A or E) if (B) else (not E and D and B)' with {'A': False, 'B': False, 'C': True, 'D': False, 'E': True}
false
Evaluate the enhanced conditional expression '(not (E and A)) if (B) else (not (not D) != D)' with {'A': False, 'B': False, 'C': True, 'D': True, 'E': False}
false
Evaluate the enhanced conditional expression '(not (B) != D) if (A) else (not (D) != E)' with {'A': True, 'B': True, 'C': True, 'D': True, 'E': False}
true