Exercise 10.1 (Disjunctive constraints)

Suppose that we are given m constraints a i x b i , i = 1 , , m , but without the restriction a i 0 . Model the requirement that at least k of them are satisfied. Assume that there exists a number f such that a i x f for i = 1 , , m , and for all feasible x .

Answers

Suppose y i { 1 ,  if the ith constraint is satisfied  0 ,  otherwise 

The model can be formulated as follows:

a i x b i y i + ( 1 y i ) f i = 1 , , m i = 1 m y i k y i { 0 , 1 } i = 1 , , m

f is a number that satisfies a i x f for i = 1 , , m , and for all feasible x .

User profile picture
2023-12-11 06:53
Comments