We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c2c12d + 9836886 commit ebdbc37Copy full SHA for ebdbc37
src/pownet/modeling/model.py
@@ -92,6 +92,7 @@ def _optimize_highs(
92
self.model.setOptionValue("mip_rel_gap", mipgap)
93
self.model.setOptionValue("time_limit", timelimit)
94
self.model.setOptionValue("threads", num_threads)
95
+ self.model.setOptionValue("solver", "simplex")
96
97
self.model.run()
98
# Delete the MPS file
0 commit comments