ForEach is a mapping q-operator for iterating a set of q-constraints overeach of a set of objects.
Eg: (ForEach TERM (Device-12 terminals) (Q= (TERM voltage) 0)
(Q= (TERM current) 0))
ForEach expressions can be nested within one another for multiple loops.