def SetBounds(self, lb: "double", ub: "double") -> "void": r""" Sets both the lower and upper bounds.""" return _pywraplp.Variable_SetBounds(self, lb, ub)
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)