def SetMinimization(self) -> "void":
     return _pywraplp.Objective_SetMinimization(self)
示例#2
0
 def SetMinimization(self) -> "void":
     r""" Sets the optimization direction to minimize."""
     return _pywraplp.Objective_SetMinimization(self)