I posted a similar question earlier here
How to write the following if-else condition in Linear/MI Programming? If $a = b$ then $c = d$ else $c = e$
$a,b,c,d,e$ all are variables. How can we write a linear program without multiplying d and e with binary variables? But we can use binary variables.