Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Hollywood. A film producer is seeking actors and investors for his new movie. There are n available actors; actori chargesSj dollars. For funding, there arem available investors. Investorj will providepj dollars, but only on the condition that certain actorsLj{1,2,...,n} are included in the cast (all of these actorsLj must be chosen in order to receive funding from investorrole="math" localid="1658404523817" j ).

The producer’s profit is the sum of the payments from investors minus the payments to actors. The goal is to maximize this profit.

(a) Express this problem as an integer linear program in which the variables take on values {0,1}.

(b) Now relax this to a linear program, and show that there must in fact be an integral optimal solution (as is the case, for example, with maximum flow and bipartite matching).

Short Answer

Expert verified
  1. The linear programming is explained.
  2. It is shown that there is an integral optimal solution.

Step by step solution

01

Integer Linear Programme (a)

Write this problem as such an integer linear program, with the variables taking on values on a scale of one to ten.[0,1] .

max:imyi·pi-imxi·8j

Subject to: xiyj, iLj

0xi1 , i

0yj1 ,j

02

Part (b)

You may observe this if we choose an investor. Every one of the investors' performers must be chosen.xj for iLj. With us profit comes from the money left over after paying performers..

Demonstrate there has to be an integral optimal strategy (as is the case, for example, with maximum flow and bipartite matching).

xi1and theyi1 constraints should give q non-zero objective function in the dual. Just usingxiyi.

If our constraint matrix A is totally unimodular, then the relaxed LP is sufficient to give a01 solution.

Observe that A is anNxM matrix whereN=n+m andM=jm|Lj| . This is indeed a bipartite incidence matrix, among each row corresponding to one edge.(xj,yj) with coefficients (-1,1). Whatever cycle with in graph described by A will be balanced, as we can see. That is true for any cycle. C, eC:e=(u,v)Ae,v=1.

It is the observation that just about any cycle in a graph structure is even can be used to prove this. As a result, the incidences matrix for just any balancing signed graph is completely unimodular.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

An edge of a flow network is called critical if decreasing the capacity of this edge results in a decrease in the maximum flow. Give an efficient algorithm that finds a critical edge in a network

A quadratic programming problem seeks to maximize a quadratic objective function (with terms like 3x12or5x1x2) subject to a set of linear constraints. Give an example of a quadratic program in two variables x1, x2 such that the feasible region is nonempty and bounded, and yet none of the vertices of this region optimize the (quadratic) objective.

The pizza business in Little Town is split between two rivals, Tony and Joey. They are each investigating strategies to steal business away from the other. Joey is considering either lowering prices or cutting bigger slices. Tony is looking into starting up a line of gourmet pizzas, or offering outdoor seating, or giving free sodas at lunchtime. The effects of these various strategies are summarized in the following payoff matrix (entries are dozens of pizzas, Joey’s gain and Tony’s loss).




TONY




Gourmet

Seating

Freesoda

JOEY

Lower price

+2

0

-3


BiggerSlices

_1

-2

+1

For instance, if Joey reduces prices and Tony goes with the gourmet option, then Tony will lose 2 dozen pizzas worth of nosiness to Joey.

What is the value of this game, and what are the optimal strategies for Tony and Joey?

Write the dual to the following linear program.

maxx+y2x+y3x+3y5x,y0

Find the optimal solutions to both primal and dual LPs

For the linear program

maxx12x3x1x212x2x31x1,x2,x30

Prove that the solution(x1,x2,x3)=(3/2,1/2,0) is optimal

See all solutions

Recommended explanations on Computer Science Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free