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