4 - Mixed integer programming Flashcards

1
Q

Definition of a Mixed Integer Program (MIP)

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

Definition of a Mixed Binary Linear Program (MBP)

A

A mixed binary linear program (MBP), or mixed 0-1 program, is a MIP in which the integer variables y are further restricted to take binary values. This means that the feasible set X of a MBP is defined by

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

Linear Relaxation of a Mixed Integer Program

Idea and Definition

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

If in the solution to the linear relaxation all variables (that should be integer) have integer values, …..

A

then it is also an optimal solution for the (mixed)
integer problem

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

Lower bounds for a MIP

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

Upper bounds for a MIP

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

Performance of an algorithm

2 performance measures

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

Running time of an algorithm

Definition

A

The running time of an algorithm on a particular instance is defined as the number of elementary operations performed. The 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