Exemple #1
0
 def Clear(self) -> "void":
     r"""
     Clears the objective (including the optimization direction), all variables
     and constraints. All the other properties of the MPSolver (like the time
     limit) are kept untouched.
     """
     return _pywraplp.Solver_Clear(self)
 def Clear(self) -> "void":
     return _pywraplp.Solver_Clear(self)
Exemple #3
0
 def Clear(self):
     return _pywraplp.Solver_Clear(self)