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