ortools.util.python.pybind_solve_interrupter
__init__(self: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter) -> None
interrupt(self: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter) -> None
add_trigger_target(self: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter, target: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter) -> None
remove_trigger_target(self: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter, target: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter) -> None
add_interruption_callback(self: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter, callback: Callable[[], None]) -> int
remove_interruption_callback(self: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter, callback_id: int) -> None