Skip to main content
Solved

Element NOT in Set

  • November 9, 2022
  • 2 replies
  • 116 views

Forum|alt.badge.img+3

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

Best answer by Chris Kuip

hello

 

How about

    not ( index in set )

?

2 replies

Chris Kuip
AIMMSian
Forum|alt.badge.img+7
  • AIMMSian
  • Answer
  • November 9, 2022

hello

 

How about

    not ( index in set )

?


Forum|alt.badge.img+3
  • Author
  • Enthusiast
  • November 15, 2022

I knew it would be simple.

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


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

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