Set constraint :
How to use
Create sets just like you would program them! d1 denotes the first die, d2 denotes the second.
Example: d1-d2==3
d2%2==0
Using sets is even simpler! Each set you create is given a letter, A-Z (in the order you create them).
- !A is the complement of A
- A&B finds the intersect of A and B
- A|B finds the union of A and B
Please note: parentheses don't work here.
Try Me!
Create a set on the left!