Esempio n. 1
0
 def SetMinimization(self) -> "void":
     return _pywraplp.Objective_SetMinimization(self)
Esempio n. 2
0
 def SetMinimization(self) -> "void":
     r""" Sets the optimization direction to minimize."""
     return _pywraplp.Objective_SetMinimization(self)