ILP Flashcards
1
Q
At most, k out of n projects will be completed
A
sum of n projects ≤ k
2
Q
Project j is selected only if project i is selected
A
Xj - Xi ≤ 0
3
Q
Project j must be selected with project i
A
Xj - Xi = 0
4
Q
Project j and i is mutually exclusive
A
Xj + Xi ≤ 1
5
Q
Project j and i is mutually exclusive but one of them must be selected
A
Xj + Xi = 1