Skip to main content

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 

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