Adding conditional constraint while creating the design
Hi,I am creating a design and I want to add one constraint. I have 7 continuous variables and of which 2 variables are related by the below constraints I wish to define. If(X3=1) then (X5 is not equal to -1) If(X3=-1) then (X5 is not equal to 1)Basically I don’t want these two factors to be at opposite extremes at the same time. If(X7=1)then (x4 is not equal to 1) = Here I don’t want both the f...