0

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?

1 Answer 1

1

Sorry, this cannot be formulated as a pure LP.

One way to prove this is to observe that LPs have a convex feasible region. That means that if (0,1) and (1,0) are feasible, so is (0.5,0.5). But you want to forbid this last solution.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.