def __init__(self, constraint):
        self.a = constraint.lower_bound
        self.d = constraint.upper_bound - self.a