coin-or / python-mip

Python-MIP: collection of Python tools for the modeling and solution of Mixed-Integer Linear programs
Eclipse Public License 2.0
530 stars 92 forks source link

Python-MIP interrupts output before time limit #287

Closed Krasscheck closed 2 years ago

Krasscheck commented 2 years ago

I created a MIP model with GAMS and with Python-MIP. Gams finds the optimal solution.

Python-Mip start computing, but interrupts the output before the given time limit.

Operation System Windows 11 i9 processor:

I startet with: py sclsp.py > sclsp.out

The same model runs perfectly with other data (smaller problem size)

The attached file contains the complete python-mip model sclsp.py.txt sclsp.out.txt

sebheger commented 2 years ago

@Krasscheck Which python version and mip version are you using?

Krasscheck commented 2 years ago

This issue (from mip version 1.12) has disappeared in mip version 1.14.