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.
1 parent 5c2c12d commit ae15d2fCopy full SHA for ae15d2f
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