Relative Content

Tag Archive for excelmemorytuplescplexcp-optimizer

How to delete parameters of arrays after the data is read into tuples for sparsity in CPLEX CP optimizer?

I have a mixed integer program that stops due to insufficient memory (64GB). The data are read from Excel sheets into arrays and sparse. The parameter arrays are then used to create tuples to make use of sparsity. My question is related to what happens to those parameter arrays that are not used. Since memory is of concern, I wonder if and how it is possible to delete those parameter arrays and if this will help with memory usage. Thanks in advance.