DOC PREVIEW
UT Dallas CS 6385 - 15FIXCHA

This preview shows page 1 out of 4 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 4 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 4 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Example 2: Fixed Charge ProblemA telecom company wants to offer new services to its customers. Each servicecan be offered in different amounts (e.g., with different bandwidth). The goalis to decide how much of each service is to be offered to maximize the totalprofit, such that the total cost remains within a given budget.The following information is available to formulate the problem:• There are N potential services.• If service i is offered, then it incurs a cost of ciper unit amount ofservice, plus a fixed charge ki, which is independent of the amount.• Service i brings a profit of piper unit amount of offered service.• The total available budget is C.To formulate a mathematical program, let us introduce variables:xi= the amount of service i offeredNote that xiis a continuous variable. To handle the fixed charge we alsointroduce indicator variables for the services, to indicate which ones are ac-tually offered:yi=1 if xi> 00 if xi= 0How much is the cost of service i? The proportional cost is clearly cixi. Itwould be wrong, however, to say that the cost with fixed charge is cixi+ ki,since kiis incurred only if xi> 0. Thus, we have to distinguish the caseswhen xi> 0 and xi= 0. This is why we need the yivariables. Thus, thecorrect expression is cixi+ kiyiand the total cost is:NXi=1(cixi+ kiyi).The total profit is:NXi=1pixi.The complete formulation then can be expressed asmax Z =NXi=1pixiSubject toNXi=1(cixi+ kiyi) ≤ Cxi≥ 0, i = 1, . . . , Nyi∈ {0, 1}, i = 1, . . . , Nyi=1 if xi> 00 if xi= 0This is a mixed integer program, since some of the variables are continuous.On the other hand, this formulation is not linear, since the last constraint(the one that enforces the relationship between yiand xi) is not linear. Oftenit is desirable, however, to have a linear formulation which is useful when wewant to use commercial ILP software.Exercises1. Replace the last constraint with a linear formulation.Solution:Observe that the constraintNXi=1(cixi+ kiyi) ≤ Cimplies that cixi≤ C must hold for every x. Therefore, if we intro duce anew constant value byM = maxiCcithen xi≤ M holds for every xi. Then we may replace the nonlinear constraintby the following linear one:yi≥1Mxi.Why does the new (linear) formulation remains equivalent with the originalone? If xi> 0, then 0 <1Mxi≤ 1, so then yi≥1Mxiforces yi= 1. Thatis exactly what we want if xi> 0. If xi= 0, then, according to the newformulation, yican be both 0 or 1. In this case, however, whenever it is 1,changing it to 0 does not cause any new constraint violation and it also doesnot change the the objective function. Therefore, the new formulation servesthe purpose just as well as the original one, it does not change the result.It is, however, linear, which is useful when we want to use commercial ILPsoftware.2. What will be the optimal solution, if the company decides to offer onlya single service? (But we do not know in advance, which one will be theoffered service.)Solution:Let i be the service that the company offers. Then the total profit will bepixi, as for all j 6= i we have xj= 0. For any given i, the profit will bemaximum, if xiis as large as possible. Since there is no other service in theconsidered case, therefore, service i will use the entire available budget C.This meanscixi+ ki= C(Since obviously xi> 0 in this case, therefore, the fixed charge will be there.)From this we getxi=C − kiciand the profit will bepixi=pi(C − ki)ci.How do we know the value of i? We simply have to check which i makes theexpressionpi(C − ki)cithe largest. (Since the expression contains only known constants, we caneasily check which i makes it the largest.)3*. Show that the special case discussed in 2 is not as special as it looks:even in the general case the optimum is always attained by a solution inwhich only one xidiffers from 0. Using this, devise an algorithm that solvesthe problem optimally in the general case without ILP. This gives a clevershortcut, using the special features of the problem, making the task efficientlysolvable even in the general


View Full Document

UT Dallas CS 6385 - 15FIXCHA

Documents in this Course
assn1

assn1

2 pages

38rel2

38rel2

5 pages

Report

Report

3 pages

networks

networks

18 pages

lp2

lp2

44 pages

lp2 (2)

lp2 (2)

27 pages

lp1(1)

lp1(1)

21 pages

integer1

integer1

50 pages

FrankR2

FrankR2

3 pages

duality

duality

28 pages

CMST

CMST

44 pages

hw4

hw4

3 pages

for 1

for 1

11 pages

ENCh02

ENCh02

33 pages

pree

pree

2 pages

new  3

new 3

2 pages

new  2

new 2

2 pages

hw4a

hw4a

2 pages

T2_Sol

T2_Sol

4 pages

ISM3

ISM3

8 pages

hw4_sol

hw4_sol

6 pages

Elm04_06

Elm04_06

11 pages

atn proj2

atn proj2

20 pages

12CUT1

12CUT1

8 pages

09Ford

09Ford

23 pages

08FLOW

08FLOW

6 pages

03LP_su

03LP_su

6 pages

40REL40

40REL40

5 pages

39rel3

39rel3

5 pages

38arel2

38arel2

5 pages

37REL1

37REL1

3 pages

24TABU

24TABU

3 pages

22DYNPR

22DYNPR

3 pages

21B&C

21B&C

2 pages

20BBEX0

20BBEX0

3 pages

19BB

19BB

5 pages

14CAPBUD0

14CAPBUD0

11 pages

35BRXCH

35BRXCH

2 pages

34COMB

34COMB

4 pages

32CAPAS

32CAPAS

4 pages

31QUEUE

31QUEUE

3 pages

Load more
Download 15FIXCHA
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view 15FIXCHA and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view 15FIXCHA 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?