DOC PREVIEW
UT Dallas CS 6385 - 28COLOC0

This preview shows page 1-2 out of 5 pages.

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

Unformatted text preview:

The Concentrator Location ProblemProblem descriptionThe additional difficulty in this task, in comparison with the terminal as-signment problem, is that now neither the number nor the locations of theconcentrators are fixed, choosing them is part of the optimization. This, asexpected, makes it more difficult.Itemized description• Given n terminals and m concentrator sites.• Task: select which sites will be used for concentrators and connecteach terminal to a concentrator, so that the connection cost plus theconcentrator cost is minimized.• The cost of connecting terminal i to concentrator site j is cij.• The cost of placing a concentrator at site j is dj.• Each concentrator can accomodate at most k terminals.Formulation as a mathematical programLet us introduce variables. The first set of variables indicates which terminalis connected to which site:xij=1 if terminal i is connected to site j0 otherwiseThe second set of variables will indicate which sites are selected for placinga concentrator:yj=1 if concentrator is placed at site j0 otherwiseThe objective is minimizing the total cost. This includes now the concentra-tor placement cost, too:min Z =nXi=1mXj=1cijxij+mXj=1djyj.Constraints:• Each concentrator can accomodate at most q terminals. Furthermore,if there is no concentrator at a site, then no terminal is connected toit:nXi=1xij≤ kyj(∀j)Note that if yj= 0, i.e., there is no concentrator at site j, then it forcesthe lefthand-side to 0, that is, no terminal can connect to the site.• Each terminal is connected to exactly one concentrator:mXj=1xij= 1 (∀i)Summarizing, the mathematical program is:min Z =nXi=1mXj=1cijxij+mXj=1djyj.Subject tonXi=1xij≤ kyj(∀j)mXj=1xij= 1 (∀i)xij, yj∈ {0, 1} (∀i, j)Comment: Trade-off. If concentrator costs dominate, then there will befew concentrators, each serving many terminals. If the terminal assignment(cabling) cost dominates, then there will be many concentrators, each servingonly a few nearby terminals.SolutionThe problem can be treated as a 0-1 linear integer program, but then thecomplexity is high. It is reasonable to use a heuristic solution.ADD heuristicsThis heuristics is based on increasing the number of concentrators one byone. Initially the constraint of serving at most k terminals per concentratoris violated, but it will be satisfied as the number of concentrators grows.The algorithm proceeds as follows:• Select the concentrator site with minimum cost, place a single con-centrator there. In this initial solution the assignment is trivial: allterminals are assigned to the single concentrator.• Choose the cheapest of the remaining sites and place the second con-centrator there.• Solve the terminal assignment problem for this 2-concentrator systemwith q = dn/2e. (Recall that q was the parameter in the terminalassignment problem that controlled how many terminals can be servedby a concentrator).• Choose again a cheapest remaining site and place the 3rd concentratorthere.• Solve the terminal assignment problem for the 3-concentrator systemwith q = dn/3e.• Continue the same way, by adding new concentrators one by one, untilq ≤ k and adding a new concentrator already does not decrease thetotal cost.Comment: After adding the ith concentrator, we use q = dn/ie in the cor-responding terminal assignment problem, to make sure that every terminalcan be accomodated. We stop if by adding a new concentrator no savingresults and already q ≤ k holds, that is, the concentrator capacity constraintcan be satisfied with the required parameter k.DROP heuristicsWorks similarly, but we start from the other end: initially all sites have con-centrators and they are dropped one by one, until no further cost reductionresults while the constraints can still be


View Full Document

UT Dallas CS 6385 - 28COLOC0

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 28COLOC0
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 28COLOC0 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 28COLOC0 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?