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
516 stars 90 forks source link

MIP-CBC cannot be stopped by CTRL-C #218

Open mhechthz opened 2 years ago

mhechthz commented 2 years ago

I'm not sure wether this is a bug or a feature, but under Windows it is not possible to stop a running CBC optimization via CTRL-C. It is only possible via the task manager.

Especially during development this leads to permanent task kills. CTRL-C should be possible every time.