Suppose there are 2 non-negative variables xin and xout, and I'd like to make more than one of two as 0.
so the example : (xin, xout) = (0,0), (1,0), (0,2) are okay but (3,4) is not.
Can I formulate this not using integer or non-linear equation (Keeping it LP) and not modifying objective function?