Skip to main content

Hiya!

Is it possible to cleanly scope for elements NOT in a set?

The method we're using is set(index) <> 1, but this seems clunky.

Is there something like:

-set(index)

or

index not in set

hello

 

How about

    not ( index in set )

?


I knew it would be simple.

That's why I'm called Noob9000! Thanks!


Reply


Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator