4. Mixed integer problems Flashcards

1
Q

Fig. definition MIP

A
  • Z(X) denotes the optimal objective value over the feasible set X
  • x and y denote the n-dimensional vector of non-negative continuous variables and the p-dimensional vector of non-negative integer variables, respectively
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Fig. Set of feasible solutions MIP

A
  • c ∈ Rn and f ∈ Rp are the row vectors of objective coefficients
  • b ∈ Rm is the column vector of right-hand-side coefficients of the m constraints
  • A and B are the matrices of constraints with real coefficients of dimensions (m × n) and (m × p), respectively
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fig. definition Mixed Binary Linear Program (MBP)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Linear Relaxation (LR) of a Mixed Integer Program

A

obtained by removing the integrality restrictions on the y variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Key points LR

A

1: If in the solution to the linear relaxation all variables (that should be integer) have integer values, then it is also an optimal solution for the (mixed) integer problem
2: The optimal objective value for the linear relaxation will be lower than the one of the (mixed) integer program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Lower bounds for a MIP

A

minimization -> linear relaxation
maximization -> any feasible solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Upper bounds for a MIP

A

minimization -> any feasible solution
maximization -> linear relaxation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Fig. X and Px for MIP

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Running time of an algorithm

A
  • defined as the number of elementary operations performed
  • elementary operations are the elementary arithmetic operations (+, −, ×, /) and the comparison of two numbers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly