planning maximum capacity wireless local area networks
play

Planning maximum capacity Wireless Local Area Networks Edoardo - PowerPoint PPT Presentation

Planning maximum capacity Wireless Local Area Networks Edoardo Amaldi Sandro Bosio Antonio Capone Matteo Cesana Federico Malucelli Di Yuan http://www.elet.polimi.it/upload/malucell Outline Application 3 combinatorial


  1. Planning maximum capacity Wireless Local Area Networks Edoardo Amaldi Sandro Bosio Antonio Capone Matteo Cesana Federico Malucelli Di Yuan http://www.elet.polimi.it/upload/malucell

  2. Outline • Application • 3 combinatorial optimization problems • Complexity issues • Hyperbolic formulations and solution approaches • Quadratic formulations and solution approaches • Linearization and model strenghthening • Preliminary computational results • Concluding remarks

  3. Wireless Local Area Networks (WLANs) (Cabled) Local Area Networks • Dramatic size increase • Difficult cable management • Cannot cope with users' mobility ⇒ Introduction of wireless connections

  4. Wireless Local Area Networks (WLANs) Users connected to the network via antennas (access points, hot spots) WLANs allow: to substitute cables in offices and departments (easier and more flexible management) to provide network services in public areas (airports, business districts, hospitals, etc.) at very low cost

  5. WLAN planning J = {1,…, n } candidate sites where antennas can be installed I = {1,…, m } "test points" (TPs) or possible users positions For each j ∈ J : I j ⊆ I subset of test points covered by antenna j Goal: select a subset of candidate sites S ⊆ J with covering constraints: each test point must be covered by at least one antenna without covering constraints: a test point is not necessarily covered

  6. Solution quality measures Transmission protocol: a user can "talk" if all interfering users are "silent" "Talking probability" = 1/(# of the interfering users) 1/4 1/3 1/4 1/3 1/5 1/6 1/3 Network capacity = sum of the "talking probabilities" of all users

  7. Objective functions For any S ⊆ J , let I ( S ) denote the subset of users covered by S • Network capacity c ( S ) = ∑ 1 | ∪ j ∈ S : i ∈ I j � I j | ��� i� ∈ � I ( S ) • Network fairness 1 | ∪ j ∈ S : i ∈ I j � I j | f ( S ) = min i ∈ I Intuitively solutions with small non-overlapping subsets should be privileged

  8. Combinatorial Optimization problems Maximum capacity unconstrained WLAN P : {max c ( S ): S ⊆ J } Maximum capacity covering WLAN PC : {max c ( S ): S ⊆ J , ∪ j ∈ S I j = I } Maximum fairness WLAN PF : {max f ( S ): S ⊆ J } PF implies full coverage, since any solution covering all users dominates those not covering some users (which have fairness =0)

  9. Example: third floor of our department Candidate sites Test points uniformly distributed

  10. Minimum cardinality set covering Practitioner solution (dense)

  11. Practitioner solution (sparse) Maximum capacity solution (PC)

  12. Numerical results # Access Points Capacity Efficiency Min. card. Set Covering 3 1.913 0.638 Practitioner dense 20 2.448 0.122 Practitioner sparse 10 2.582 0.258 Maximum capacity 7 5.649 0.807 Efficiency = Capacity/(# Access Points)

  13. Computational complexity Proposition: P , PC , and PF are NP-hard Reduction Exact Cover by 3-sets: Given a set X (| X |=3 q ) and a collection C C of n 3-element subsets C j , C C C ' ⊆ C j =1,…, n , of X , does C C contain an exact cover of X , i.e., C C s.t. C C C C C C every element of X occurs in exactly one element of C C ? C C C , S { j : C j ∈ C I = X , J = { 1 ,…, n }, { I 1 ,…, I n } = C C ' } C C C C P ( PC ) has a solution S with c ( S )= q iff C C ' is an exact cover C C PF has a solution S with f ( S )=1 iff C C ' is an exact cover C C

  14. Mathematical Programming Formulations Data: users/subsets incidence matrix  1 if � i � ∈ � I j ,� j ∈ J    a ij =  0 otherwise Variables:  1 if � j � ∈ � S ,�    x j = selection of subset I j  0 otherwise  1 if� i �and� h �appear�together�in�a�selected�subset ,    y ih = union definition  0 otherwise  1 if � i � is�covered ,    z i = coverage of user i  0 otherwise

  15. Max capacity covering WLAN ( PC ) ∑ 1 PCH : max � ∑ � y ih i � ∈ � I h ∈ I ∑ ∀ i ∈ I � a ij x j ≥ 1 full coverage j ∈ J ∀ i , h ∈ I , ∀ j ∈ J a ij a hj x j ≤ y ih definition of y ih ∀ i , h ∈ I y ih ≥ 0 x j ∈ {0,1} ∀ j ∈ J Hyperbolic sum 0-1 constrained problem

  16. Max capacity unconstrained WLAN ( P ) ∑ z i PH : max � ∑ i ∈ I � y ih h ∈ I ∑ � a ij x j ≥ z i ∀ i ∈ I definition of z i j ∈ J ∀ i , h ∈ I , ∀ j ∈ J a ij a hj x j ≤ y ih definition of y ih ∀ i ∈ I 0 ≤ z i ≤ 1 ∀ i , h ∈ I y ih ≥ 0 x j ∈ {0,1} ∀ j ∈ J Hyperbolic sum 0-1 constrained problem

  17. Max fairness WLAN ( PF ) 1 PFH : max min i ∈ I ∑ � y ih h ∈ I ∑ ∀ i ∈ I � a ij x j ≥ 1 full coverage j ∈ J ∀ i , h ∈ I , ∀ j ∈ J a ij a hj x j ≤ y ih definition of y ih ∀ i , h ∈ I y ih ≥ 0 x j ∈ {0,1} ∀ j ∈ J Hyperbolic bottleneck 0-1 constrained problem

  18. Solving Hyperbolic formulations Problems PH and PCH cannot be solved by standard techniques nor the algorithms studied for Hyperbolic unconstrained 0-1 problems [Hansen, Poggi de Aragão, Ribeiro 90; 91] can be extended to the constrained case a i o �+� ∑ � a ij x j max { ∑ j , x j ∈ {0,1}} b i o �+� ∑ � � b ij x j i j

  19. Problem PFH can be solved by a sequence of mixed integer linear systems PFH : max { β : β ∈ SFH ( β )} Fairness β ∈ [0,1] SFH ( β ): 1 ≥ β ( ∑ � y ih ) ∀ i ∈ I h ∈ I ∑ ∀ i ∈ I � a ij x j ≥ 1 j ∈ J ∀ i , h ∈ I a ij a hj x j ≤ y ih ∀ i , h ∈ I , x j ∈ {0,1} ∀ j ∈ J y ih ≥ 0 Optimal β can be found by binary search (solving a sequence of SFH ( β )) Otherwise let α = 1/ β and minimize α

  20. Quadratic formulation (1) c j = ∑ 1 � | I j | = 1 i ∈ I j | I j � ∩ � I k | | I j � ∩ � I k | | I j � ∩ � I k | | I j � ∪ � I k | - q jk = - (-1 ≤ q ij ≤ 0) | I j | | I k | I j ∩ I k I j I k

  21. Quadratic formulation (1) 1 QPC : max 2 xQx + cx Ax ≥ 1 x ∈ {0,1} n 1 QP : max 2 xQx + cx x ∈ {0,1} n Linear contribution: capacity of a non overlapping subset Quadratic contribution: penalty due to the overlapping of two subsets

  22. Quadratic formulation (1) QPC and QP are equivalent to PC and P if each element belongs to at most 2 subsets In the other cases QPC and QP underestimate network capacity QP can be approached by pseudoboolean techniques QPC is a Quadratic Set Covering problem Semidefinite Programming Combinatorial optimization approaches Bounding techniques derived from QAP (e.g. Gilmore and Lawler)

  23. Quadratic formulation (1) P j : subproblem obtained by fixing x j =1 2 ∑ 1 w j = max � q jk x k k � ∈ �J ∑ ∀ i ∈ I \ I j �a ik ≥1 k � ∈ �J x k ∈ {0,1} ∀ k ∈ J due to nonpositiveness of coefficients qjk Pj is a Set Covering W = max ∑ �( w j + c j ) x j j � ∈ � J ∑ ∀ i ∈ I �a ij ≥1 j � ∈ �J x j ∈ {0,1} ∀ j ∈ J After some fixing, W can be computed by a Set Covering

  24. Quadratic formulation (1) Claim: W is an upper bound for QPC It is an upper bound also when we use relaxations instead of computing the exact solution of the set covering problems

  25. Quadratic formulation (2) Tradeoff between network capacity and cost | I j � ∆ � I k | | I j � ∪ � I k | p jk = (0 ≤ p jk ≤ 1) approximate measure of the capacity: tends to favor non overlapping subsets g j = installation cost 1 2 xPx - α gx : Ax ≥ 1, x ∈ {0,1} n } QPC' : max { 1 2 xPx - α gx , x ∈ {0,1} n } QP' : max { tradeoff parameter α >0

  26. Quadratic formulation (2) QP' can be solved in polynomial time (min cut computation) Auxiliary graph G = ( N , A ) with capacities γ + j γ − j j s t p jk p kj γ − k γ + k k 2 ∑ 1 γ + � p jk - α g j } j = max {0, k ∈ J 2 ∑ 1 γ - � p jk + α g j } j = max {0,- k ∈ J

  27. The minimum capacity s - t cut corresponds to the solution x maximizing the objective function of QP' [Hammer 65] γ − j γ + j 1 j s t p jk p kj γ + k γ − k k 0

  28. Quadratic formulation (2) The Lagrangian relaxation of QPC' can be solved efficiently Minimization of a piecewise convex function At each iteration the computation of a min cut gives the value of the Lagrangian function

  29. Computational results Quadratic vs. Hyperbolic Small instances (| J | = 10, | I | = 100, 300) Subsets = circles in the plane (radii 50m, 100m, 200m) Comparison of the objective functions: Hyperbolic, Quadratic, Fairness, # installed access points Exact solutions computed by enumeration Simple heuristic algorithms Average on 10 instances

Recommend


More recommend