Segfault when writing empty MPS file
Open
- Dominant language
- JetBrains MPS
- Stars
- 192
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Calling .writeMps on an empty CyClpSimplex object ends in segfault.
Code to reproduce:
import cylp.cy
s = cylp.cy.CyClpSimplex()
s.writeMps('segfault.mps')
I have cylp.__version__ == '0.9.3'
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.