Exemplo n.º 1
0
 def SetNumThreads(self, num_theads: 'int') -> "bool":
     return _pywraplp.Solver_SetNumThreads(self, num_theads)
Exemplo n.º 2
0
 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)