gt6989b

Results 4 issues of gt6989b

When calling `model.write('myfile.mps')`, the resulting output file `myfile.mps.mps.gz` is created. 1. Please remove the invalid `mps.mps` suffix, the end result should be named `myfile.mps.gz`. 2. It would likely be better...

cbc
reproducible

In the bash script code ```bash declare -A env2server env2server[dev]=devServer env2server[uat]=uatServer env2server[prod]=prodServer ``` PyCharm reports an **Unresolved variable** error on the keys `dev`, `uat` and `prod`, but the bash standard...

### Short Description I have created a MIP formulation, which the solver classifies infeasible. I have also a solution for the problem, which the solver agrees is a valid solution,...

[etfCreator.20200715.083000.lp.zip](https://github.com/coin-or/python-mip/files/5058788/etfCreator.20200715.083000.lp.zip) **Describe the bug** I run a formulation of a MIP problem. It runs fine on Linux, converging to an optimal solution. In Windows, however, it crashes in different places...