def SetUb(self, x: 'double') -> "void": return _pywraplp.Variable_SetUb(self, x)
def SetUb(self, x): return _pywraplp.Variable_SetUb(self, x)