Integer Linear Programming Flashcards

1
Q

(T/F) In general, rounding large values of decision variables to the nearest integer value causes fewer problems than rounding small values

A

True

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

(T/F) If x1+x2 <= 500y1 and y1 is a binary variable, then if y1=0, x1 and x2 will be 0

A

True

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

(T/F) Dual prices cannot be used for integer programming sensitivity analysis because they are designed for linear programs

A

True

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

(T/F) Integer linear programs are harder to solve than linear programs

A

True

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

Rounding the solution of an LP Relaxation to the nearest integer values provides…
A) a feasible but not necessarily optimal solution
B) an integer solution that is optimal
C) an integer solution that might be neither feasible nor optimal
d) an infeasible solution

A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
Let x1 and x2 be binary variables whose values indicate whether projects 1 and 2 are done or not done. Which answer indicates that project 2 can only be done if project 1 is done?
A) x1 + x2 = 1
B) x1 + x2 =2
C) x1 - x2 <= 0
D) x1 - x2 >= 0
A

D

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

In an all integer linear program…
A) all objective function coefficients must be integer
B) all right-hand side values must be integer
C) all decision variables must be integer
D) all objective function coefficients and right-hand side values must be integer

A

C

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

(T/F) A nonlinear optimization problem is any optimization problem in which at least one term in the objective function or a constraint is nonlinear

A

True

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

(T/F) In the case of functions with multiple local optima, most nonlinear optimization software methods can get stuck and terminate at a local optimum

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
The measure of risk most often associated with the Markowitz portfolio model is the ...
A) portfolio avg return
B) portfolio min return
C) portfolio variance
D) portfolio median
A

C

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