Assuming have m different boolean variables, c1, c2,..cm. How to evaluate whether all of them are true, or any one of these elements is not true, etc. It can be very efficient to check them one by one.
Asked
Active
Viewed 296 times
-2
-
2Does this answer your question? [How to check if all elements of a list matches a condition?](https://stackoverflow.com/questions/10666163/how-to-check-if-all-elements-of-a-list-matches-a-condition) – Brian61354270 Apr 16 '21 at 16:48