coin-or / coin-or/python-mip

Silently Crashed Python when Initializing a Model on Windows11

Open
#390 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
Linear Programming
Stars
600
Forks
108
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
When initializing an `mip.Model`, the `python.exe` process silently crashes.

**To Reproduce**
```python3
import mip
m = mip.Model()
```

**Expected behavior**
Should initialize an `mip.Model` object and keep the process alive.

**Desktop:**
- Operating System, version: Windows 11 Pro, 22000.2416
- Python version: tags/v3.12.1:2305ca5
- Python-MIP version: 1.14.2, 1.16rc0

**Additional context**
N/A

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.