def SetUB(self, ub: 'double') -> "void": return _pywraplp.Constraint_SetUB(self, ub)
def SetUB(self, ub): return _pywraplp.Constraint_SetUB(self, ub)