I would like to change the following linear programming model to restrict the decision variables to two integers, namely a and b (a -e

-(Y-Zx) > -e

where Y is a n-dimensional vector, Z is a n \times k matrix and x is a k-dimensional vector. e represents a n-dimensional vector of errors which need to be minimized. In order to make sure that x's only can have values equal to "a" or "b", I have added the following constraints keeping the original LP formulation:

-a/(b-a) - (1/2)' + I/(b-a) x > -(E/(b-a) +(1/2)')

-(-a/(b-a) - (1/2)' + I/(b-a) x ) > -(E/(b-a) +(1/2)')

where I stands for a k \times k identity matrix and E is a k-dimensional vector of deviations which needs to be minimized (subsequently, the objective would be minimize (1,1...,1)' (e; E)).

But, yet there is no guarantee that the resulting optimal vector only consists in a and b. Is there any way to fix this problem? Is there any way to give a higher level of importance to two latter constraints than to the two former's?

More Fatemeh Hadaeghi's questions See All
Similar questions and discussions