Ejemplo n.º 1
0
 def SetOptimizationDirection(self, maximize: "bool") -> "void":
     r""" Sets the optimization direction (maximize: true or minimize: false)."""
     return _pywraplp.Objective_SetOptimizationDirection(self, maximize)
Ejemplo n.º 2
0
 def SetOptimizationDirection(self, maximize: 'bool') -> "void":
     return _pywraplp.Objective_SetOptimizationDirection(self, maximize)
Ejemplo n.º 3
0
 def SetOptimizationDirection(self, maximize):
     return _pywraplp.Objective_SetOptimizationDirection(self, maximize)