if constraint.lower_bound is None and constraint.upper_bound is None:
                boundkey = mosek.boundkey.fr
                lb = -float('inf')
                ub = float('inf')
            elif constraint.lower_bound is None: