Example #1
0
    def InterruptSolve(self) -> "bool":
        r"""
         Interrupts the Solve() execution to terminate processing if possible.

        If the underlying interface supports interruption; it does that and returns
        true regardless of whether there's an ongoing Solve() or not. The Solve()
        call may still linger for a while depending on the conditions.  If
        interruption is not supported; returns false and does nothing.
        """
        return _pywraplp.Solver_InterruptSolve(self)
 def InterruptSolve(self) -> "bool":
     return _pywraplp.Solver_InterruptSolve(self)
Example #3
0
 def InterruptSolve(self):
     return _pywraplp.Solver_InterruptSolve(self)