How to linearize a constraint?

armansom

New member
Joined
May 19, 2015
Messages
1
I have a MILP model but one of my constraints is nonlinear and I need to convert it to some linear constraints. Assume that the constraint is like this: U-X*F=0 and U,X,and F are variables and I have these variables in other constraints also. I am trying to multiply a great M to some part till convert it to linear functions but I don't know the exact way. Help me please in this issue.
 
Top