ortools.util.python.pybind_solve_interrupter

class PySolveInterrupter(pybind11_builtins.pybind11_object):
PySolveInterrupter()
def interrupt(self) -> None:
def remove_trigger_target( self, target: PySolveInterrupter) -> None:
def add_interruption_callback(self, callback: Callable[[], NoneType]) -> int:

add_interruption_callback(self: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter, callback: Callable[[], None]) -> int

def remove_interruption_callback(self, callback_id: int) -> None:

remove_interruption_callback(self: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter, callback_id: int) -> None