Next: The solver
Up: The Set Domain Library
Previous: Terminology
  Index
- A ground set is written using the characters
{
and }
, e.g.
S = {1,3,{a,g}, f(2)}
- A domain D attached to a set variable is specified by two ground
sets :
Glbs .. Lubs
- Set expressions:
Unfortunately the characters representing the usual set operators are
not available on our monitors so we use a specific syntax making the
connection with arithmetic operators:
- Set union is represented by
\/
- Set intersection is represented by
/\
- Set minus is represented by
\
Warwick Harvey
2004-08-07