Beispiel #1
0
 def SetBounds(self, lb: "double", ub: "double") -> "void":
     r""" Sets both the lower and upper bounds."""
     return _pywraplp.Variable_SetBounds(self, lb, ub)
Beispiel #2
0
 def SetBounds(self, lb: 'double', ub: 'double') -> "void":
     return _pywraplp.Variable_SetBounds(self, lb, ub)
 def SetBounds(self, lb: "double", ub: "double") -> "void":
     return _pywraplp.Variable_SetBounds(self, lb, ub)