elif constraint.upper_bound is None:
                constraint_matrix = numpy.concatenate((constraint_matrix, constraint_row))
                constraint_senses.append('G')
                rhs.append(constraint.lower_bound)