Solved

Create set with values 1 to 100

  • 20 June 2023
  • 1 reply
  • 31 views

Badge +1

Hello, Im looking for a way to create a set where the data inside will be values from 1 to 100 ?

 

What is the formula to put in Initial data ?

 

Thank you 

icon

Best answer by Chris Kuip 20 June 2023, 16:46

View original

1 reply

Userlevel 5
Badge +7

How about:

 

Set s101 {

    SubsetOf: Integers;

    InitialData: data { 1 .. 100 };

}

?


 

Reply


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

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