JeroenMNallian
JeroenMNallian
We are using a ASP.net core application to serve this to a UI. So we run multiple serial instances in parallel. We create a new solver for every instance but...
We use c# to pass the model to HIGHS. We have created a new solver between once and >100 times before the error occures. There isn't really a definitive number....
We updated our packages to 1.7.2. I can reproduce the issue locally in our application. The error about corrupted memory is thrown by changeColsIntegralityByRange (see screenshot below)  We haven't...
> Your list of integrality values must be as long as the number of columns in the range. You appear to be passing only one, so it will read beyond...