Solved

Element NOT in Set

  • 9 November 2022
  • 2 replies
  • 69 views

Badge +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

icon

Best answer by Chris Kuip 9 November 2022, 15:23

View original

2 replies

Badge +3

I knew it would be simple.

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

Userlevel 5
Badge +7

hello

 

How about

    not ( index in set )

?

Reply


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

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