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 62eed99 commit f6c95a9Copy full SHA for f6c95a9
mip/highs.py
@@ -547,7 +547,7 @@ def get_max_solutions(self: "SolverHighs") -> int:
547
return self._get_int_option_value("mip_max_improving_sols")
548
549
def set_max_solutions(self: "SolverHighs", max_solutions: int):
550
- self._get_int_option_value("mip_max_improving_sols", max_solutions)
+ self._set_int_option_value("mip_max_improving_sols", max_solutions)
551
552
def get_pump_passes(self: "SolverHighs") -> int:
553
raise NotImplementedError("HiGHS doesn't support pump passes.")
0 commit comments