Minimum Weight Constrained Forest Problems. Problem Definition

Similar documents
Integer and Combinatorial Optimization: Clustering Problems

CS599: Convex and Combinatorial Optimization Fall 2013 Lecture 14: Combinatorial Problems as Linear Programs I. Instructor: Shaddin Dughmi

Finding optimal realignments in sports leagues using a branch-and-cut-and-price approach

Integer and Combinatorial Optimization

Fundamentals of Integer Programming

5.3 Cutting plane methods and Gomory fractional cuts

1 date: September 15, 1998 file: mitche1

Integer Programming Theory

Approximation Algorithms

Research Interests Optimization:

11. APPROXIMATION ALGORITHMS

CS 580: Algorithm Design and Analysis. Jeremiah Blocki Purdue University Spring 2018

MVE165/MMG630, Applied Optimization Lecture 8 Integer linear programming algorithms. Ann-Brith Strömberg

MVE165/MMG631 Linear and integer optimization with applications Lecture 9 Discrete optimization: theory and algorithms

Introduction to Mathematical Programming IE496. Final Review. Dr. Ted Ralphs

Algorithms for Integer Programming

Linear and Integer Programming (ADM II) Script. Rolf Möhring WS 2010/11

11. APPROXIMATION ALGORITHMS

NETWORK SURVIVABILITY AND POLYHEDRAL ANALYSIS

Combinatorial Optimization - Lecture 14 - TSP EPFL

DETERMINISTIC OPERATIONS RESEARCH

THEORY OF LINEAR AND INTEGER PROGRAMMING

/ Approximation Algorithms Lecturer: Michael Dinitz Topic: Linear Programming Date: 2/24/15 Scribe: Runze Tang

COT 6936: Topics in Algorithms! Giri Narasimhan. ECS 254A / EC 2443; Phone: x3748

12.1 Formulation of General Perfect Matching

1 date: September 15, 1998 file: mitche2

CSE 417 Branch & Bound (pt 4) Branch & Bound

Branch-price-and-cut for vehicle routing. Guy Desaulniers

Branch-and-Cut for the k-way equipartition problem

Mathematical Tools for Engineering and Management

Introduction to Mathematical Programming IE406. Lecture 20. Dr. Ted Ralphs

DM515 Spring 2011 Weekly Note 7

AN EXACT ALGORITHM FOR A LOCATION-ROUTING PROBLEM. Martine Labbé 1, Inmaculada Rodríguez Martín 2, Juan José Salazar González 2

Methods and Models for Combinatorial Optimization Exact methods for the Traveling Salesman Problem

Construction of Minimum-Weight Spanners Mikkel Sigurd Martin Zachariasen

Integer Programming ISE 418. Lecture 7. Dr. Ted Ralphs

A Generic Separation Algorithm and Its Application to the Vehicle Routing Problem

3 No-Wait Job Shops with Variable Processing Times

1. Lecture notes on bipartite matching February 4th,

Towards Efficient Higher-Order Semidefinite Relaxations for Max-Cut

Approximation slides 1. An optimal polynomial algorithm for the Vertex Cover and matching in Bipartite graphs

Outline. 1 The matching problem. 2 The Chinese Postman Problem

Surrogate Gradient Algorithm for Lagrangian Relaxation 1,2

A Note on Polyhedral Relaxations for the Maximum Cut Problem

11. APPROXIMATION ALGORITHMS

TR/03/94 March 1994 ZERO-ONE IP PROBLEMS: POLYHEDRAL DESCRIPTIONS AND CUTTING PLANE PROCEDURES. Fatimah Abdul-Hamid Gautam Mitra Leslie-Ann Yarrow

5. Lecture notes on matroid intersection

Algorithm Design and Analysis

Approximation Algorithms

Chapter 10 Part 1: Reduction

The ILP approach to the layered graph drawing. Ago Kuusik

BiMuSA: An implementation for biobjective multiple sequence alignment problems

Math Models of OR: The Simplex Algorithm: Practical Considerations

to the Traveling Salesman Problem 1 Susanne Timsj Applied Optimization and Modeling Group (TOM) Department of Mathematics and Physics

6. Lecture notes on matroid intersection

ACO Comprehensive Exam October 12 and 13, Computability, Complexity and Algorithms

A Branch-and-Cut Algorithm for the Partition Coloring Problem

Combinatorial Optimization

Solving a Challenging Quadratic 3D Assignment Problem

The Rainbow Cycle Cover Problem

Approximation Algorithms

In this lecture, we ll look at applications of duality to three problems:

The University of Jordan Department of Mathematics. Branch and Cut

15.083J Integer Programming and Combinatorial Optimization Fall Enumerative Methods

6 Randomized rounding of semidefinite programs

Linear Programming Duality and Algorithms

A simple exact separation algorithm for 2-matching inequalities

Computational Integer Programming. Lecture 12: Branch and Cut. Dr. Ted Ralphs

Notes for Lecture 24

Questions? You are given the complete graph of Facebook. What questions would you ask? (What questions could we hope to answer?)

CS 473: Algorithms. Ruta Mehta. Spring University of Illinois, Urbana-Champaign. Ruta (UIUC) CS473 1 Spring / 36

Target Cuts from Relaxed Decision Diagrams

Rearrangement of DNA fragments: a branch-and-cut algorithm Abstract. In this paper we consider a problem that arises in the process of reconstruction

The Subtour LP for the Traveling Salesman Problem

CMSC 451: Lecture 22 Approximation Algorithms: Vertex Cover and TSP Tuesday, Dec 5, 2017

The MIP-Solving-Framework SCIP

Lecture 4: Primal Dual Matching Algorithm and Non-Bipartite Matching. 1 Primal/Dual Algorithm for weighted matchings in Bipartite Graphs

Outline. CS38 Introduction to Algorithms. Approximation Algorithms. Optimization Problems. Set Cover. Set cover 5/29/2014. coping with intractibility

Column Generation and its applications

7KH9HKLFOH5RXWLQJSUREOHP

11 Linear Programming

P vs. NP. Simpsons: Treehouse of Horror VI

A Computational Study of Conflict Graphs and Aggressive Cut Separation in Integer Programming

Approximation Algorithms

Solving lexicographic multiobjective MIPs with Branch-Cut-Price

Steiner Trees and Forests

Lecture 14: Linear Programming II

Approximation Algorithms: The Primal-Dual Method. My T. Thai

The Design of Approximation Algorithms

Assignment 3b: The traveling salesman problem

Graph Coloring via Constraint Programming-based Column Generation

Outline. Modeling. Outline DMP204 SCHEDULING, TIMETABLING AND ROUTING. 1. Models Lecture 5 Mixed Integer Programming Models and Exercises

Solving a Challenging Quadratic 3D Assignment Problem

SCORE EQUIVALENCE & POLYHEDRAL APPROACHES TO LEARNING BAYESIAN NETWORKS

Combinatorial Auctions: A Survey by de Vries and Vohra

Mathematical and Algorithmic Foundations Linear Programming and Matchings

Modeling and Solving Location Routing and Scheduling Problems

Cutting Planes for Some Nonconvex Combinatorial Optimization Problems

Algorithm and Complexity of Disjointed Connected Dominating Set Problem on Trees

Stable sets, corner polyhedra and the Chvátal closure

Transcription:

Slide 1 s Xiaoyun Ji, John E. Mitchell Department of Mathematical Sciences Rensselaer Polytechnic Institute Troy, NY, USA jix@rpi.edu, mitchj@rpi.edu 2005 Optimization Days Montreal, Canada May 09, 2005 Slide 3 Problem Definition MWCF Given an integer S > 0 and a complete graph G = (V, E) with weights c e on each edge e. Look for a spanning forest of graph G with each tree in the forest spanning at least S vertices, so as to minimize the weight of the spanning forest. NP-hard when S 4. [Imielińska, Kalantari and Khachiyan, 1993] An Example Contents 400 6 n=, obj=3377 0.08 0.20 0.60 0.80 0.20 0.40 0.80 0.95 33 29 Slide 2 (MWCF) Applications and Related Problems of MWCF IP Formulation for MWCF Slide 4 3 300 26 10 2 8 9 23 200 1 43 452 14 49 5 0.40 0.60 30 28 0.95 1.00 16 15 20 40 11 17 46 27 3 31 35 7 24 Polyhedral Theory for MWCF Branch and Cut Algorithm Computational Results Conclusions 21 18 1 39 32 38 42 100 19 13 34 22 36 12 41 37 47 25 4 44 48 0 0 100 1 200 2 300 3 400 Figure 1: One Solution for a problem of size n =,

Applications of clustering with minimum size requirements k-tree partition Slide 5 Micro-aggregation for Statistical Data Statistical data is released to the public in small groups so that the confidentiality of respondents are protected and the informational content of the data are preserved as much as possible. Slide 7 [Buttmann-Beck and Hassin, 1998] to partition V into p subsets of given size, so as to minimize the spanning forest weight. Heuristic Algorithm is proposed. min-max spanning forest problem Political Districting Compact, contiguous, and balanced districts Sports Team Alignment Telecommunication Network Design [Yamada, Takahashi and Kataoka, 1997] the root of each tree is given, The objective is to minimize the maximum of the tree weights. a branch and bound method based on a combinatorial methods to establish lower bound. Related Graph Partition Problems Slide 6 minimum weight balanced spanning forest problem [Ali and Huang, 1991 ] the number of trees are fixed and the number of vertices in each tree cannot differ by more than 1. Problem is set up as an IP. Lagrangian relaxation and heuristics are used to find lower bound and upper bounds. Similar to column generation. Slide 8 clique partition with minimum size requirement [Ji and Mitchell, 2005 ] Each cluster has to have at least S vertices, and the clique weight is used to measure the weight of each cluster. Problem is set up as an IP and solved by branch-and-cut. n = 100, gap= 3.77%, time = 176s n = 100, edge density= 20%, gap= 3%, iterations=700-1400

An Example for Flower Constraint Slide 9 Integer Programming Formulation Define a binary variable x e with 1 if e is in the spanning forest x e = 0 otherwise Slide 11 400 6 3 300 26 10 2 8 9 23 200 1 43 452 14 49 5 n=, obj=3367 0.08 0.20 0.60 0.80 0.20 0.40 0.80 0.95 0.40 0.60 0.95 1.00 16 15 20 30 11 17 28 40 46 27 33 29 3 31 35 7 24 Notation number of vertices : n = V number of edges: ( ) n 2 = n(n 1) 2 k, r : n = ks + r, 0 r S 1 21 18 1 39 32 38 42 100 19 13 34 22 36 12 41 37 47 25 4 44 48 0 0 100 1 200 2 300 3 400 Figure 2: Flower constraint violated on vertex set {21,23}. Slide 10 Our IP formulation for MWCF is min c e x e s.t. Where e E(W ) x e + e E e E(Q) e δ(w ) x e Q 1, Q V (1) x e W W W V (2) S x e {0, 1} E(W ) = {(u, v) u V, v W }, δ(w ) = {(u, v) u W, v W }. (1) Cycle Constraint. (2) Flower Constraint. Slide 12 Initial Relaxation min s.t. c e x e e E e E(V ) e δ(v) e E(V ) Cycle Constraint Constraint (3) x e V 1 (3) x e 1, v V (4) x e V V S (5) 0 x e 1 (6) Flower Constraint Constraints (4) and (5)

Branch and Cut Framework The MWCF Polytope 1. Initialize: Set up initial relaxation. Slide 13 F (G, S) := conv{x {0, 1} n : x is the incidence vector of a spanning forest F on G, each tree in the forest has at least S nodes} F (G, S) is full dimensional. dim(f (G, S)) = n(n 1)/2. Slide 15 2. Solve the current relaxation using CPLEX. 3. Use a primal heuristic to generate a feasible solution. Update the upper bound if necessary. 4. Call separation routine to add in violated constraints. If none is found then go to Step 5. Otherwise, add in constraints, and go to Step 2. 5. Start Branching using MINTO, Slide 14 Facet Defining Constraints We have shown x e 0 is a facet for F (G, S). Cycle constraint is a facet for F (G, S), where V 2S, if and only if Q = V or Q n S. Flower constraint is a facet for F (G, S), where n = V = ks + r and W = ps + q, if and only if W = V or q 1 and p k 2. Slide 16 Separation Routine 1. Cycle inequalities: can be identified in O(n 4 ) time [Padberg and Wolsey, 1983]. Because of the objective function, it is not often violated. 2. Flower inequalities: Important: 2 more constraints can change the computation time for a problem of size (n =, ) from (1241 nodes, 40 seconds) to (3 nodes, 6 seconds). Spend more effort to look for them.

Heuristic Algorithm for finding violated flower constraints 1. Consider a graph K n with the LP solution x as edge weights. Experiment Setup 2. Identify 2 types of vertices in this graph. Experiments on a Sun Ultra 10 workstation Slide 17 The vertices that are only connected with 2 fractional edges and they sum up to 1. (Eg, vertices 21, 23, etc.) The vertices that are connected with one edge of value one and nothing else, at the same time, the other end point of this edge is connected to no other edges of value one. (Eg, vertices 24, 27, etc.). 3. Find the shortest path between every pair of vertices found above, and check if any path violates flower constraints. Slide 19 Algorithm coded in MINTO Runtime reported in seconds. Every set of experiments: S=4, r=1,2,3; S=7, r=1,...,6 For problems not solved to optimality at the cutting plane stage, the branch and cut stage has a time limit of 0 seconds. Slide 18 Computational Results Experiment Data Type I: Edge weight = Euclidean distance between data points x U[1, 100] y U[1, 100] Type II: Edge Weight uniform distribution in [1, 100] Type III: Micro-aggregation Data x exp(λ) y exp(λ) Type IV: Micro-aggregation Data u exp(λ), v U[0, 1] x = u, y = uv Slide 20 Experiment Results n 81-83 121-123 161-163 201-203 241-243 301-303 421-423 S n 20 30 40 60 75 105 Gap 3.84% 3.46% 4.72% 3.02% 4.21% 5.46% 5.63% Time 0.0216 0.0429 0.0729 0.1107 0.1537 0.2376 0.4592 Total Instances 15 15 15 15 15 15 15 Solved exactly 1 1 0 0 1 0 0 Gap 0.61% 1.15% 1.32% 1.90% 1.69% 3.64% 4.81% Time 9.92 28.10 64.37 99.05 142. 183.68 403.43 Cycle 35 56 84 103 125 156 187 Flower 311 515 819 1015 1183 1122 1149 LPs solved 54 60 76 81 97 64 77 Total Instances 14 14 15 15 14 15 15 Solved exactly 14 14 15 5 7 2 0 Better Solution 9 12 11 14 13 15 6 Gap 0% 0% 0% 0.51% 0.56% 1.88% 4.06% Total Time 17.85 53.67 171.20 401.86 403.44 492.98 513.18 Nodes 15 20 36 46 29 15 3 Table 1: Branch-and-Cut Results on MWCF Type I Problems for

Slide 21 n 121-123 121-123 121-123 121-123 121-123 S 7 10 20 30 40 S n 17 12 6 4 3 Gap 2.70% 2.13% 1.20% 1.10% 0.98% Time 0.0424 0.0424 0.0428 0.0429 0.0428 Total Instances 15 15 15 15 15 Solved exactly 1 1 1 0 0 Gap 1.56% 1.55% 1.07% 0.87% 0.77% Time 17.46 14.96 12.62 12.93 11.44 Cycle 56 63 70 85 83 Flower 243 1837 119 105 95 LPs solved 38 30 29 32 28 Total Instances 14 14 14 15 15 Solved exactly 14 14 13 13 15 Better Solution 14 14 10 14 13 Gap 0% 0% 0.08% 0.18% 0.0% Total Time 121.94 222.14 177.15 201.92 61.05 nodes 94 196 2 293 85 Slide 23 n 81-83 121-123 161-163 201-203 241-243 301-303 S n 20 30 40 60 75 Gap 3.25% 3.57% 4.12% 3.40% 3.33% 5.05% Time 0.0206 0.0413 0.0703 0.1067 0.1529 0.2357 Total Instances 15 15 15 15 15 15 Solved exactly 4 4 0 0 0 0 Gap 0.98% 1.03% 1.76% 1.24% 1.25% 3.94% Time 10.75 32.44 75.99 106.53 170.31 221.39 Cycle 36 65 100 136 170 177 Flower 284 5 952 1132 1464 1153 LPs solved 39 49 84 80 108 75 Total Instances 11 11 15 15 15 15 Solved exactly 11 11 14 14 12 3 Better Solution 9 9 14 14 14 14 Gap 0% 0% 0.02% 0.01% 0.16% 0.68% total time 12.84 102.90 338.29 449.86 474.85 918.58 nodes 5 38 68 44 19 20 Table 2: Branch-and-Cut Results on MWCF Type I Problems for n = 121 123 and S = 7 40 Table 4: Branch-and-Cut Results on MWCF Type III Problems for Slide 22 n 81-83 121-123 161-163 201-203 241-243 301-303 S n 20 30 40 60 75 Gap 2.67% 3.19% 2.67% 2.94% 2.84% 3.17% Time 0.0214 0.0424 0.0718 0.1084 0.1551 0.2384 Total Instances 15 15 15 15 15 15 Solved exactly 9 9 7 5 5 1 Gap 0.46% 0.25% 0.24% 0.40% 0.44% 2.08% Time 5.61 11.52 18.41 26.95 48.28 58.60 Cycle 1 1 1 1 1 1 Flower 134 235 381 477 751 640 LPs solved 24 27 34 32 52 37 Total Instances 6 6 8 10 10 14 Solved exactly 6 6 8 10 10 14 Better Solution 4 6 5 9 10 12 Gap 0% 0% 0% 0% 0% 0% Total Time 5.84 12.54 24.28 34.71 60.20 104.38 Nodes 2 3 7 6 6 11 Slide 24 n 81-83 121-123 161-163 201-203 241-243 301-303 S n 20 30 40 60 75 Gap 3.03% 4.22% 3.47% 3.75% 3.01% 4.70% Time 0.0210 0.0420 0.0709 0.1077 0.1540 0.2369 Total Instances 15 15 15 15 15 15 Improved 13 15 15 15 13 12 Solved exactly 1 2 0 0 3 0 Gap 0.86% 0.79% 1.38% 1.34% 0.91% 3.60% Time 10.75 26.69 48.56 87.48 113.29 113.01 Cycle 26 51 55 94 103 85 Flower 259 471 646 953 1014 574 LPs solved 41 40 61 76 82 34 Total Instances 14 13 15 15 12 15 Solved exactly 14 13 13 14 5 3 Better Solution 10 7 14 14 12 15 Gap 0% 0% 0.04% 0.19% 0.07% 0.97% total time 14.07 51.38 141.78 312.57 269.16 471.29 nodes 9 21 22 28 18 13 Table 3: Branch-and-Cut Results on MWCF Type II Problems for Table 5: Branch-and-Cut Results on MWCF Type IV Problems for

Conclusion Slide 25 Studied a new class of graph partition problem: Graph Partition Problems with minimum size requirement Discussed MWCF polytope structure. Established facets for MWCF polytope. Solved MWCF successfully using branch-and-cut.