Silently Crashed Python when Initializing a Model on Windows11
Open
- 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.