예제 #1
0
 def SetMaximization(self) -> "void":
     return _pywraplp.Objective_SetMaximization(self)
예제 #2
0
 def SetMaximization(self) -> "void":
     r""" Sets the optimization direction to maximize."""
     return _pywraplp.Objective_SetMaximization(self)