JeroenMNallian

Results 4 comments of 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) ![image](https://github.com/user-attachments/assets/0b296ff4-7b8b-4748-a164-99d6131e6868) 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...