Is it possible to use an indexed set inside the domain of Exists?
For instance:
- I have an indexed set IS with index domain (a,b) and subset of c
- I want to define a new set NS which is a subset of b and c
- Is it possible to use in the definition of this new set NS the following expression:
{ (b,c) | Exists[ a | c in IS(a,b) ] }
Thank you