My optimization fails after certain model size (only occurs in Docker).
Steps to reproduce:
1. create a .NET Core Console App
2. add OPTANO Modeling + Optano Gurobi (latest)
3. run a model >= 2688 variables with Docker --> FAILS
4. run the same model without Docker --> SUCCEEDS
5. scale down the model to about 768 variables and run with Docker --> SUCCEEDS
* These exact variable numbers are numbers I used in my tests
* All tests excluded any constraints and only contained some variables and a simple objective
The following screenshots display the model & solution data on both tests with Docker enabled:
Succeeds
Fails