few

Results 11 issues of few

The following python program exits with status code 0. ``` import highspy h = highspy.Highs() h.readModel("does_not_exist.mps") h.run() ``` and this output: ``` Running HiGHS 1.7.2 (git hash: 44dd10c75-dirty): Copyright (c)...

code-quality
Python