Exercise 2
Exercise 2
minimize c1 x1 + c2 x2
subject to 2x1 + x2 = 2
x1 , x2 ≥ 0
where c1 , c2 ∈ R. Suppose that the problem has an optimal feasible solution that is not basic.
c) At each basic feasible solution, compute the reduced cost coefficients for all nonbasic variables.
way1: formulation in slide 16 lect 4
way2:
2. Consider a linear program with a single constraint
minimize c1 x1 + c2 x2 + · · · + cn xn
subject to a1 x1 + a2 x2 + · · · + an xn ≤ b
x1 , x2 , . . . , xn ≥ 0.
a) Under what conditions is the problem feasible? this means feasible set is not empty
b) Let c = (1, −1, 2). Find the set of basic directions at x that reduces the cost function f (x) = cT x.
4.
An LP involving maximization of a linear func-
tion in two decision variables has its feasible re-
gion shown in the following figure.
1
5. Using the optimality test to find all the values
of the parameter a such that x∗ = (0, 1, 1, 3, 0, 0)T
is the optimal solution of the following LP:
b) If we apply the simplex algorithm to this problem, under what circumstance does it terminate?
(In other words, which stopping criterion in the simplex algorithm is satisfied?)
c) Show that in this problem, the objective function can take arbitrarily negative values over the
constraint set.
a) Convert the problem into standard form and construct a basic feasible solution at which (x1 , x2 ) =
(0, 0).
b) Use the simplex method to solve the problem, starting with the basic feasible solution of part (a)
c) Draw a graphical representation of the problem in terms of the original variables x1 , x2 , and
indicate the path taken by the simplex algebra.