Pergunta

I have an IP program where $\forall i \in I, j \in J$ my decision variables are $x_{i,j}$. I have two sets of inequalities (one inequality for every $i,j$ pair) that are of interest which are $$a_{i,j} x_{i,j} \geq 1 \ \ \ \ \forall i \in I, j\in J$$ and $$ \sum_{j \in J} b_{i,j}x_{i,j} \leq b_{i,j}- 1 \ \ \ \ \forall i \in I, j\in J$$

I now want to introduce a logical indicator variable $\delta_{i,j}$ which equals 1 if and only if both of the inequalities are true and 0 else. How could I implement this idea by introducing appropriate constraints for my Integer Progamming model? I was thinking about defining a variable $\delta^1_{i,j}$ and $\delta^2_{i,j}$ which equals 1 iff the first and second inequality are true respectively and then maybe combine these two auxiliry logical variables into a single variable $\delta_{i,j}$, but I couldn't figure out exactly how to make this work.

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a cs.stackexchange
scroll top