The constraint I want to place is $Mx_i-y_i<0$,that is to say when $y_i = 0$ ,then $x_i$ must equal to $0$. However the constraint is only needed when $a>b$ ($a,b$ are both the parameters).
Can I describe the constraint as below?
$$Mx_i-y_i < 0,\ a>b.$$