Originally posted by: GokhanCeyhan
Hi,
I got the following error during the run of my branch and price algorithm.
First-chance exception at 0x7563812f (KernelBase.dll) in example.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0023d074..
First-chance exception at 0x7563812f (KernelBase.dll) in example.exe: Microsoft C++ exception: IloMemoryException at memory location 0x0023d0ac..
First-chance exception at 0x00cf84bc in example.exe: 0xC0000005: Access violation writing location 0x60c57000.
Unhandled exception at 0x00cf84bc in example.exe: 0xC0000005: Access violation writing location 0x60c57000.
During the run, the memory usage increases up to 90% after some time and this error occurs. I free the memory from unused arrays(IloRangeArray, IloNumArray...) but cannot think of any other reason. What might be the reason for this error? Thanks in advance...
#CPLEXOptimizers#DecisionOptimization