


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
This is the Exam of Statistical Science which includes Stochastic Differential Equation, Brownian Motion, Solution, Measurable Function, Markov Process, Starting, Bounded Functions, Local Martingale, First Time etc. Key important points are: Simplex Algorithm, Problem, Maximize, Plane Method, Simplex Algorithm, Optimal, Representation, Programming Problem, Travelling Salesman Problem, Intercity Distances
Typology: Exams
1 / 4
This page cannot be seen from the preview
Don't miss anything!
Monday 4 June 2007 9.00 to 12.
Attempt FOUR questions. There are SIX questions in total.
The questions carry equal weight.
Cover sheet None Treasury Tag Script paper
Use the simplex algorithm to solve the problem
maximize x 1 + x 2 subject to
x 1 − x 2 > - 2- x 1 + 2 x 2 6 8 2 x 1 + x 2 6 8 x 1 , x 2 > 0
Suppose we now add to this problem the constraint that x 1 and x 2 must be integers. Use Gomory’s cutting plane method and the dual simplex algorithm to find all the optimal solutions. Carefully explain the rationale for any new constraints that you introduce.
Discuss the representation of the travelling salesman problem as an integer linear programming problem. Show that if there are n cities and all intercity distances are integers that are at most 2n, then the travelling salesman problem can be expressed as an integer linear program with size of O(n^3 ) bits.
Define the class of decision problems N P-complete.
Show that if travelling salesman decision problems are N P-complete then integer linear programming decision problems are also N P-complete.
Consider the problem ‘Is the polyhedron P = {x ∈ Rn^ : Ax > b} nonempty?’ Suppose it is known that if P is nonempty then it is contained within the ellipsoid E = E(z, D) = {x : (x − z)>D−^1 (x − z) 6 1 }. Show that if z 6 ∈ P and P is non- empty then P must be contained in the intersection of E and some half space H.
Suppose D is the n × n identity matrix, H = {x : x 1 > 0 } , and e 1 = (1, 0 ,... , 0)}. Given that
E′^ = E
e 1 n + 1
n^2 n^2 − 1
n + 1
e 1 e> 1
is an ellipsoid containing E ∩ H , show that the volume of E′^ is less than e−^1 /(2(n+1)) times the volume of E. You may use the fact that the volume of E (z, D) is proportional to
det(D).
Briefly discuss the importance of the above result in constructing a polynomial time algorithm for linear programming.
Mathematics of Operational Research
A seller is preparing to sell a used car. He knows that there are just 2 potential buyers. He considers 3 methods of selling.
(a) He offers the car at price p and waits to see if anyone buys it.
(b) He conducts an oral ascending price auction, selling the car to the highest bidder, who must pay his bid.
(c) He modifies (b) by accepting no bid less than his reserve price r. A buyer can win only if he is the highest bidder and bids more than r. The winner (if any) pays his bid.
Suppose that the buyers have independent private valuations of v 1 and v 2 , where a priori these can be modelled as independent uniform random variables on [0, 1] (measuring, perhaps, fractions of 2000 pounds). Assuming that the seller chooses p and r optimally, determine his expected revenue under each selling method. Which is best?
Explain why the fact that the expected revenue differs under (b) and (c) does not contradict the revenue equivalence theorem for SIPV auctions.
Given a set of n items, with positive weights {w 1 , w 2 ,... , wn}, we wish to find the least y such that the items can be placed in 2 bins and the total weight in each bin is no more than y.
(a) Formulate the problem as an integer linear programming problem.
(b) Define the notion of an –approximation algorithm for a minimization problem.
Let s =
i wi^ and^ wmax^ = maxi^ wi^.^ Consider an algorithm in which we place the items in the bins in the order 1, 2 ,... , n , always placing an item in a bin that presently contains the least total weight. Show that just before it receives item j , the bin which receives item j contains total weight that is no more than (1/2)(s − wj ) (for any j). Deduce that the algorithm achieves y 6 s/2 + wmax/. Hence determine the least for which this algorithm can be claimed to be an –approximation algorithm.
Hint: consider an example of 3 items, with weights 1, 1 and 2.
(c) Using the bin-packing problem above to illustrate your ideas, discuss other means of obtaining approximate solutions to combinatorial optimization problems.
Mathematics of Operational Research