def SetNumThreads(self, num_theads: 'int') -> "bool": return _pywraplp.Solver_SetNumThreads(self, num_theads)
def SetNumThreads(self, num_theads: "int") -> "bool": r""" Sets the number of threads to be used by the solver.""" return _pywraplp.Solver_SetNumThreads(self, num_theads)