In the attached model, you should only run the procedure ReadFromExcel. This should load all the relevant sets and parameters.
When I try to solve this model, I encounter different memory errors. I either see:
- Memory allocation error
- Memory allocation error: while assigning "xxx" bytes
Kind regards,
Koen
Best answer by mateusarakawa
Hi, @KoenV .
For instance, you are creating the variable "Production Allocation" for every f,p and t. Maybe you could control it by using the parameter ProductionCapability, i.e, you will only allocate memory for every (p,f) where f has capability of doing p.
Hope it helps.
View original
For instance, you are creating the variable "Production Allocation" for every f,p and t. Maybe you could control it by using the parameter ProductionCapability, i.e, you will only allocate memory for every (p,f) where f has capability of doing p.
Hope it helps.