Andrea Scozzari Università Niccolò Cusano Telematica, Roma

Size: px
Start display at page:

Download "Andrea Scozzari Università Niccolò Cusano Telematica, Roma"

Transcription

1 Andrea Scozzari Università Niccolò Cusano Telematica, Roma Joint research with: J. Puerto Universidad de Sevilla F. Ricca Sapienza, Università di Roma The Exploratory Workshop on Locational Analysis: Trends on Theory and Applications Sevilla, November

2 Scope: -To update (some of) the results presented in the most recent literature surveys on the location of extensive facilities. (S.L. Hakimi, E.F. Schmeichel, M. Labbè, Networks, 1993, J.A. Mesa, T. B. Boffey, EJOR, 1996) -To give an overview of (possible) new lines of research on the location of extensive facilities on Networks. Extensive Facilities are activities that are too large to be modelled as points: public transit lines, pipilines, emergency routes high speed communication networks Paths Trees

3 Given a weighted graph G=(V,E,w,l) the problem consists of locating one path or one tree minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. Median criterion D ( w d( v, v V v Center criterion E( max w d( v, v V v

4 Given a weighted graph G=(V,E,w,l) the problem consists of locating one path or one tree minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. Paths or Trees are classified w.r.t. the following criteria: - discrete: the tips of the facility are all nodes of G; - continuous: at least one tip of the facility belongs to the interior of an edge. In this talk we are mostly interested on path location problems

5 Given a weighted Graph G=(V,E,w,l) the problem consists of locating one path minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. Negative Results Locating a continuous/discrete path minimizing the Maximum Distance or the Sum of the Distances with/without a length constraint is NP- Complete on: - Planar Cubic Graphs (reduction from the Hamiltonian path problem S.L. Hakimi, E.F. Schmeichel, M. Labbè, Networks, 1993) - Bipartite Graphs (reduction from the Hamiltonian path problem, M.R. Garey, D.S. Johnson, 1979) - Grid Graphs (reduction from the Hamiltonian path problem, R.I. Becker, I. Lari, A. Scozzari, G. Storchi, Annals of OR, 2007)

6 Negative Results Locating a discrete/continuous path minimizing the Sum of the Distances with length at most L is NP-Complete on: -cactus graphs (reduction from Partition with disjoint pairs M.B. Richey, Networks, 1990, I. Lari, F. Ricca, A. Scozzari, EJOR, 2008) Finding a path such that the Sum of the Distances is exactly equal to K > 0 is NP-Complete on -cactus graphs (reduction from Partition with disjoint pairs I. Lari, F. Ricca, A. Scozzari, R.I. Becker, Networks, 2011)

7 Given a weighted graph G=(V,E,w,l) find one path minimizing the Sum of the Distances from the nodes of G to the facility without a length constraint. Special case: a connected outerplanar graph G=(V,E,w), with weights equal to 1 assigned to all the edges of G, and (arbitrary) nonnegative weights associated to its nodes. (I. Lari, F. Ricca, A. Scozzari, R.I. Becker, Networks, 2011) Example of a connected outerplanar graph

8 -Given a connected outerplanar graph G=(V,E,w), with weights equal to 1 assigned to all the edges of G, and (arbitrary) nonnegative weights associated to its nodes, find one path minimizing the Sum of the Distances from the nodes of G to the facility without a length constraint. O(kn) with k the number of connected components of G (I. Lari, F. Ricca, A. Scozzari, R.I. Becker, Networks, 2011) O(n) for a biconnected outerplanar graph G having fixed the endnodes of the path. (I. Lari, F. Ricca, A. Scozzari, R.I. Becker, Networks, 2011) s t

9 Negative Results Locating a discrete/continuous path minimizing the Maximum Distance with length exactly equal to L is NP-Complete on: Outerplanar graphs (red. from Partition with Disjoint Pairs M.B. Richey, Networks, 1990) Finding a discrete path minimizing the Maximum Distance with length at most L is: O( n 12 logb) Polynomially solvable on Series-Parallel graphs (M.B. Richey, Networks, 1990) The same algorithm can be applied for the median criterion with a pseudo-polynomial time complexity.

10 Possible directions Starting from: (I. Lari, F. Ricca, A. Scozzari, R.I. Becker, Networks, 2011) Starting from: M.B. Richey, Networks, Generalize to the case of edge weighted outerplanar graphs; - Consider the median path problems without the length constraint on Series-Parallel graphs and/or on more general classes of graphs. - Introduce the length constraint and study the problem on special classes of graphs characterized by hereditary properties.

11 Positive Results Given a weighted tree T=(V,E,w,l) find one path minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. Finding a discrete path minimizing the Sum of the Distances with length at most L is solvable in: O(n log n) (S. Alstrup, P.W. Lauridsen, P. Sommerlund, M. Thorup, Lecture Notes in Comp. Sci., Vol. 1272, 1997) Ω(n log n) (B-F. Wang, T-C. Lin, C-H. Lin, S-C. Ku, Information and Computation, 2008) even if w(v)=1 v V.

12 Positive Results Given a weighted tree T=(V,E,w,l) find one path minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. Finding a discrete path minimizing the Sum of the Distances with length at most L is solvable in: O(n log n) (S. Alstrup, P.W. Lauridsen, P. Sommerlund, M. Thorup, Lecture Notes in Comp. Sci., Vol. 1272, 1997) Ω(n log n) (B-F. Wang, T-C. Lin, C-H. Lin, S-C. Ku, Information and Computation, 2008) even if w(v)=1 v V.

13 Positive Results Given a weighted tree T=(V,E,w,l) find one path minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) distance from the nodes of G to the facility. Finding a continuous path minimizing the Sum of the Distances with length at most L is solvable in: O(n log(n) (n)) (S. Alstrup, P.W. Lauridsen, P. Sommerlund, M. Thorup, Lecture Notes in Comp. Sci., Vol. 1272, 1997) For this problem a lower bound of Ω(n log n) time is provided in (B-F. Wang, T-C. Lin, C-H. Lin, S-C. Ku, Information and Computation, 2008) but in the case of a conditional median path.

14 Positive Results Given a weighted tree T=(V,E,w,l) find one path minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. Theorem 1 (B. Bhattacharya, Y. Hu, Q. Shi, A. Tamir, Lecture Notes in Comp. Sci., Vol. 4288, 2006) The discrete/continuous weighted path center problem with/without length constraint in tree networks can be solved in linear time.

15 Positive Results Given a weighted tree T=(V,E,w,l) find one path minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. Theorem 1 (B. Bhattacharya, Y. Hu, Q. Shi, A. Tamir, Lecture Notes in Comp. Sci., Vol. 4288, 2006) The discrete/continuous weighted path center problem with/without length constraint in tree networks can be solved in linear time.

16 Possible directions

17 Given a weighted graph G=(V,E,w,l) find p 2 disjoint paths minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. Locating continuous/discrete p 2 disjoint paths minimizing the Maximum Distance or the Sum of the Distances with/without a length constraint is NP-Complete on arbitrary graphs (reduction from the Covering by p path problem, S.L. Hakimi, E.F. Schmeichel, M. Labbè, Networks, 1993) G u G. Reduction used for proving the NP-Completeness of Covering by p path problem p

18 Given a weighted graph G=(V,E,w,l) find p 2 disjoint paths minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. Locating continuous/discrete p 2 disjoint paths minimizing the Maximum Distance or the Sum of the Distances with/without a length constraint is NP-Complete on arbitrary graphs (reduction from the Covering by p path problem, S.L. Hakimi, E.F. Schmeichel, M. Labbè, Networks, 1993) G u G. Reduction used for proving the NP-Completeness of Covering by p path problem p

19 Possible directions Given a weighted graph G=(V,E,w,l) find p 2 disjoint paths minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) distance from the nodes of G to the facility. Since the covering by p-path problem has been shown to be NPcomplete by a reduction from the hamiltonian path problem we have: Locating continuous/discrete p 2 disjoint paths minimizing the Maximum Distance or the Sum of the Distances with/without a length constraint is NP-Complete also on Planar Cubic Graphs Bipartite graphs Grid Graphs

20 Given a weighted Tree T=(V,E,w,l) find p 2 disjoint paths minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. - p is an input variable: Locate p disjoint discrete paths minimizing the Sum of the Distances with cost at most L is NP-Complete on trees (S.L. Hakimi, E.F. Schmeichel, M. Labbè, Networks, 1993). Locate p disjoint continuous paths minimizing the Sum of the Distances with cost at most L OPEN!! (A. Tamir, T.J. Lowe Networks, 1992). - p fixed: the problems are polynomially solvable (S.L. Hakimi, E.F. Schmeichel, M. Labbè, Networks, 1993).

21 Given a weighted Tree T=(V,E,w,l) find p 2 disjoint paths minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. - p=2 Locate 2 disjoint discrete paths minimizing the Sum of the Distances without length contraints: O(n) (B-F. Wang, J-J. Lin, Lecture Notes in Comp. Sci, Vol. 1969, 2000). - p>2 and Fixed O(n p-1 ) (B-F. Wang, J-J. Lin, Lecture Notes in Comp. Sci, Vol. 1969, 2000).

22 Given a weighted Tree T=(V,E,w,l) find p 2 disjoint paths minimizing: - the Sum of the (weighted) Distances from the nodes of G to the facility; - the Maximum (weighted) Distance from the nodes of G to the facility. - p is an input variable: Locate p 2 disjoint discrete/continuous paths minimizing the Maximum Distances is polynomially solvable on trees in O(n 3 p 2 ) (A. Tamir, T.J. Lowe, Networks, 1992).

23 Possible directions

24 Given a weighted graph G=(V,E,w,l) find one path minimizing: - some Equity measures; - Measures that take into account the uncertainty of some problem s parameters.

25 Given a weighted tree T=(V,E,w,l) find one path minimizing: Some Equity measures. - Locating a path on T with objective given by a convex combination of the weighted center and weighted median functions. O(n log n) (J. Puerto, A.M., Rodriguez-Chia, A. Tamir, D. Perez-Brito, Networks, 2006)

26 Given a weighted tree T=(V,E,w,l) find one path minimizing: Some Equity measures. (J. Puerto, F. Ricca, A. Scozzari, Discrete Applied Math., 2009) Equity refers to the distribution of the clients' demand in a geographical area and the objective is to locate facilities in order to ensure a low variability of the distribution of the distances from the demand points (clients) to a facility. The weighted Range objective function is defined as follows: R( max [ w u V \ P u d( u, ] min [ w u V \ P u d( u, ]

27 Given a weighted tree T=(V,E,w,l) find one path minimizing: Some Equity measures. (J. Puerto, F. Ricca, A. Scozzari, Discrete Applied Math., 2009) The problem of locating a discrete/continuous path minimizing the Range objective function with/without a length constraint is NP- Complete on: - Planar Cubic Graphs - Bipartite graphs - Grid Graphs Since it contains as special case the (weighted) path center problem (J. Puerto, F. Ricca, A. Scozzari, Discrete Applied Math., 2009)

28 Given a weighted tree T=(V,E,w,l) find one path minimizing: Some Equity measures. (J. Puerto, F. Ricca, A. Scozzari, Discrete Applied Math., 2009) Find a discrete path P minimizing the Range with length L( Sss E( max [ w u V \ P R( Sss 1.1 u d( u, ] Sss E( Sss R( max [ w u V \ P 0.9 u d( u, ] 2

29 Given a weighted tree T=(V,E,w,l) find one path minimizing: Some Equity measures. Problem min R( UNWEIGTHED (*) WEIGTHED (**) Without length constraint Without length constraints With length constraints Discrete Continuous Discrete Continuous Discrete Continuous P1 O(n) O(n 2 ) O(n 2 ) O(n 3 ) O(n 2 ) O(n 3 ) min E( P2 O(n) O(n) O(n 2 ) O(n 2 ) O(n 2 ) O(n 3 ) s. t ( max ( P3 O(n) O(n) O(n 2 ) O(n 2 ) O(n 2 ) O(n 3 ) s. t E( (*) J. Puerto, F. Ricca, A. Scozzari, Discrete Applied Math., 2009 (**) J. Puerto, F. Ricca, A. Scozzari, CTW 2011, submitted to Discrete Applied Math.

30 Problem min R( Future work UNWEIGTHED Without length constraint - No results about Nestedness properties. - For the weighted case, can we exploit a suitable decomposition of T? - Find a Tree minimizing the Range. Without length constraints - Extend the problem on more general classes of graph. WEIGTHED With length constraints Discrete Continuous Discrete Continuous Discrete Continuous P1 O(n) O(n 2 ) O(n 2 ) O(n 3 ) O(n 2 ) O(n 3 ) min E( P2 O(n) O(n) O(n 2 ) O(n 2 ) O(n 2 ) O(n 3 ) s. t ( max ( P3 O(n) O(n) O(n 2 ) O(n 2 ) O(n 2 ) O(n 3 ) s. t E(

31 Given a weighted tree T=(V,E,w,l) find one path minimizing: Some Equity measures. (J. Puerto, F. Ricca, A. Scozzari, Networks, 2009) Find a discrete/continuous defined as: path P minimizing the variance objective function Var( v V w v ( d( v, D( ) 2 where D ( w d( v, v V v

32 Given a weighted tree T=(V,E,w,l) find one path minimizing: Some Equity measures. Find a discrete/continuous without length constraint: path P minimizing the variance objective function O(n 2 log n) (T. Caceres, M.C. Lopez-de-los-Mozos, J.A. Mesa, Discrete Applied Math., 2004) (J. Puerto, F. Ricca, A. Scozzari, Networks, 2009) Problem Without length constraints With length constraints Discrete Continuous Discrete Continuous Var( O(n 2 ) O(n 2 ) O(n 2 ) O(n 2 )

33 Given a weighted tree T=(V,E,w,l) find one path minimizing: Some Equity measures. (J. Puerto, F. Ricca, A. Scozzari, Networks, 2009) The idea is to exploit the well-known variance decomposition formula to obtain efficient saving functions. Var( v V w d( v, v 2 D( 2 - In the unconstrained version of the problem the optimal discrete or continuous path does not satisfy any Nestedness properties. - A discrete unconstrained path P that minimizes the variance function does not necessarily have its end vertices at the leaves of T.

34 Given a weighted tree T=(V,E,w,l) find one path minimizing: Some Equity measures. (J. Puerto, F. Ricca, A. Scozzari, Networks, 2009) Var( v V w d( v, v 2 D( 2 Future work - No results about the computational complexity of the problem on arbitrary graphs or on special classes of graphs. - Can we exploit a suitable decomposition of T? - Find a Tree minimizing the variance function.

35 REGRET PROBLEMS Complete uncertainty on some parameters of the problem (e.g., resource limitations, vertex or edge weights, etc.). uncertain parameters are given as intervals of values. Scenario Each possible choice of values for the unknown parameter. Objective To minimize the worst-case opportunity loss in the objective function.

36 PATH REGRET PROBLEMS W Ω be a given scenario P a path in a network F(W, any given evaluation function for P under W. REGRET R(W, = F(W, - F(W,Q*(W)) where Q*(W) is the optimal path under scenario W. The regret R(W, measures the deviation from the optimal objective function value when P is chosen instead of Q*(W).

37 PATH REGRET PROBLEMS the maximum regret of P is R( = max W Ω R(W, The aim of the minimax regret approach is to minimize the worst case deviation given by the maximum regret. OBJECTIVE FUNCTION min P max W Ω R(W,

38 PATH REGRET PROBLEMS ON TREES Given a tree T, with fixed edge weights and uncertain vertex weights, find a path P in T that minimizes R(. (J. Puerto, F. Ricca, A. Scozzari, Networks, 2011) CENTER MEDIAN CENT-DIAN

39 EXAMPLE

40 RESULTS PROBLEM COMPLEXITY Regret PATH CENTER O(n 2 ) Regret PATH MEDIAN O(n 4 ) Regret PATH CENT-DIAN O(n 5 log n) J. Puerto, F. Ricca, A. Scozzari, Minimax Regret Path Location on Trees Networks 58 (2011), pp

41 OPEN PROBLEMS Studying REGRET PROBLEMS: Location of a path with uncertainty only on the edge weights, or on both edge and vertex weights. Location of a path with an additional constraint on the length of the path. Location of a subtree with a bound on its total length (uncertain weights only for the vertices). Location of a subtree with a bound on its diameter (uncertain weights only for the vertices).

Minmax regret 1-center problem on a network with a discrete set of scenarios

Minmax regret 1-center problem on a network with a discrete set of scenarios Minmax regret 1-center problem on a network with a discrete set of scenarios Mohamed Ali ALOULOU, Rim KALAÏ, Daniel VANDERPOOTEN Abstract We consider the minmax regret 1-center problem on a general network

More information

Complexity of the min-max and min-max regret assignment problems

Complexity of the min-max and min-max regret assignment problems Complexity of the min-max and min-max regret assignment problems Hassene Aissi Cristina Bazgan Daniel Vanderpooten LAMSADE, Université Paris-Dauphine Place du Maréchal de Lattre de Tassigny, 75775 Paris

More information

The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and Split Graphs

The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and Split Graphs Chiang Mai J. Sci. 2013; 40(1) 8 3 Chiang Mai J. Sci. 2013; 40(1) : 83-88 http://it.science.cmu.ac.th/ejournal/ Contributed Paper The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and

More information

ARTICLE IN PRESS Discrete Applied Mathematics ( )

ARTICLE IN PRESS Discrete Applied Mathematics ( ) Discrete Applied Mathematics ( ) Contents lists available at ScienceDirect Discrete Applied Mathematics journal homepage: www.elsevier.com/locate/dam Extensive facility location problems on networks with

More information

Office of Naval Research contract no. N K-0377 (9) FINAL TECHNICAL REPORT

Office of Naval Research contract no. N K-0377 (9) FINAL TECHNICAL REPORT Office of Naval Research contract no. N00014-88-K-0377 (9) The Concept of Best Probability in the Analysis of Approximation Algorithms 0) - Dorit S. Hochbaum, Principal Investigator oom FINAL TECHNICAL

More information

arxiv: v1 [math.oc] 7 Jan 2017

arxiv: v1 [math.oc] 7 Jan 2017 The stochastic queue core problem on a tree arxiv:1701.01812v1 [math.oc] 7 Jan 2017 Mehdi Zaferanieh Jafar Fathali Abstract In this paper, an stochastic queue core problem on a tree, which seeks to find

More information

Spanning Trees with many Leaves in Regular Bipartite Graphs.

Spanning Trees with many Leaves in Regular Bipartite Graphs. Spanning Trees with many Leaves in Regular Bipartite Graphs. Emanuele G. Fusco and Angelo Monti Dipartimento di Informatica Sapienza, Università di Roma, via Salaria, 113-00198 Rome, Italy {fusco, monti}@di.uniroma1.it

More information

Complexity of conditional colorability of graphs

Complexity of conditional colorability of graphs Complexity of conditional colorability of graphs Xueliang Li 1, Xiangmei Yao 1, Wenli Zhou 1 and Hajo Broersma 2 1 Center for Combinatorics and LPMC-TJKLC, Nankai University Tianjin 300071, P.R. China.

More information

New Results on Minimax Regret Single Facility OrderedMedianLocationProblemson Networks

New Results on Minimax Regret Single Facility OrderedMedianLocationProblemson Networks New Results on Minimax Regret Single Facility OrderedMedianLocationProblemson Networks Justo Puerto, Antonio M. Rodriguez-Chia, and Arie Tamir 1 Facultad de Matemáticas. Universidad de Sevilla 2 Facultad

More information

Chordal structure in computer algebra: Permanents

Chordal structure in computer algebra: Permanents Chordal structure in computer algebra: Permanents Diego Cifuentes Laboratory for Information and Decision Systems Electrical Engineering and Computer Science Massachusetts Institute of Technology Joint

More information

Włodzimierz Ogryczak. Warsaw University of Technology, ICCE ON ROBUST SOLUTIONS TO MULTI-OBJECTIVE LINEAR PROGRAMS. Introduction. Abstract.

Włodzimierz Ogryczak. Warsaw University of Technology, ICCE ON ROBUST SOLUTIONS TO MULTI-OBJECTIVE LINEAR PROGRAMS. Introduction. Abstract. Włodzimierz Ogryczak Warsaw University of Technology, ICCE ON ROBUST SOLUTIONS TO MULTI-OBJECTIVE LINEAR PROGRAMS Abstract In multiple criteria linear programming (MOLP) any efficient solution can be found

More information

Improved complexity results for the robust mean absolute deviation problem on networks with linear vertex weights

Improved complexity results for the robust mean absolute deviation problem on networks with linear vertex weights Improved complexity results for the robust mean absolute deviation problem on networks with linear vertex weights Igor Averbakh 1,2, Oded Berman 2, and Marina Leal 2,3 1 Department of Management, University

More information

Dynamic Programming on Trees. Example: Independent Set on T = (V, E) rooted at r V.

Dynamic Programming on Trees. Example: Independent Set on T = (V, E) rooted at r V. Dynamic Programming on Trees Example: Independent Set on T = (V, E) rooted at r V. For v V let T v denote the subtree rooted at v. Let f + (v) be the size of a maximum independent set for T v that contains

More information

Equality Measures Properties for Location Problems

Equality Measures Properties for Location Problems Equality Measures Properties for Location Problems Maria Barbati Carmela Piccolo October 16, 2015 Abstract The objectives underlying location decisions can be various. Among them, equity objectives have

More information

The Multiple Traveling Salesman Problem with Time Windows: Bounds for the Minimum Number of Vehicles

The Multiple Traveling Salesman Problem with Time Windows: Bounds for the Minimum Number of Vehicles The Multiple Traveling Salesman Problem with Time Windows: Bounds for the Minimum Number of Vehicles Snežana Mitrović-Minić Ramesh Krishnamurti School of Computing Science, Simon Fraser University, Burnaby,

More information

A polynomial algorithm for partitioning a tree into single-center subtrees to minimize flat service costs

A polynomial algorithm for partitioning a tree into single-center subtrees to minimize flat service costs A polynomial algorithm for partitioning a tree into single-center subtrees to minimize flat service costs N. Apollonio I. Lari J. Puerto F. Ricca B. Simeone In memory of Stefano Pallottino Abstract This

More information

Improved complexity results for the robust mean absolute deviation problem on networks with linear vertex weights

Improved complexity results for the robust mean absolute deviation problem on networks with linear vertex weights Improved complexity results for the robust mean absolute deviation problem on networks with linear vertex weights Igor Averbakh 1,2, Oded Berman 2, and Marina Leal 2,3 1 Department of Management, University

More information

Types of triangle and the impact on domination and k-walks

Types of triangle and the impact on domination and k-walks Types of triangle and the impact on domination and k-walks Gunnar Brinkmann Applied Mathematics, Computer Science and Statistics Krijgslaan 8 S9 Ghent University B9 Ghent gunnar.brinkmann@ugent.be Kenta

More information

Exact Algorithms for Dominating Induced Matching Based on Graph Partition

Exact Algorithms for Dominating Induced Matching Based on Graph Partition Exact Algorithms for Dominating Induced Matching Based on Graph Partition Mingyu Xiao School of Computer Science and Engineering University of Electronic Science and Technology of China Chengdu 611731,

More information

P versus NP. Math 40210, Fall November 10, Math (Fall 2015) P versus NP November 10, / 9

P versus NP. Math 40210, Fall November 10, Math (Fall 2015) P versus NP November 10, / 9 P versus NP Math 40210, Fall 2015 November 10, 2015 Math 40210 (Fall 2015) P versus NP November 10, 2015 1 / 9 Properties of graphs A property of a graph is anything that can be described without referring

More information

On the Complexity of Budgeted Maximum Path Coverage on Trees

On the Complexity of Budgeted Maximum Path Coverage on Trees On the Complexity of Budgeted Maximum Path Coverage on Trees H.-C. Wirth An instance of the budgeted maximum coverage problem is given by a set of weighted ground elements and a cost weighted family of

More information

P versus NP. Math 40210, Spring September 16, Math (Spring 2012) P versus NP September 16, / 9

P versus NP. Math 40210, Spring September 16, Math (Spring 2012) P versus NP September 16, / 9 P versus NP Math 40210, Spring 2012 September 16, 2012 Math 40210 (Spring 2012) P versus NP September 16, 2012 1 / 9 Properties of graphs A property of a graph is anything that can be described without

More information

The maximum edge biclique problem is NP-complete

The maximum edge biclique problem is NP-complete The maximum edge biclique problem is NP-complete René Peeters Department of Econometrics and Operations Research Tilburg University The Netherlands April 5, 005 File No. DA5734 Running head: Maximum edge

More information

Computational Complexity

Computational Complexity Computational Complexity Algorithm performance and difficulty of problems So far we have seen problems admitting fast algorithms flow problems, shortest path, spanning tree... and other problems for which

More information

Min-max-min Robust Combinatorial Optimization Subject to Discrete Uncertainty

Min-max-min Robust Combinatorial Optimization Subject to Discrete Uncertainty Min-- Robust Combinatorial Optimization Subject to Discrete Uncertainty Christoph Buchheim Jannis Kurtz Received: date / Accepted: date Abstract We consider combinatorial optimization problems with uncertain

More information

The Maximum Flow Problem with Disjunctive Constraints

The Maximum Flow Problem with Disjunctive Constraints The Maximum Flow Problem with Disjunctive Constraints Ulrich Pferschy Joachim Schauer Abstract We study the maximum flow problem subject to binary disjunctive constraints in a directed graph: A negative

More information

Fixed-charge transportation problems on trees

Fixed-charge transportation problems on trees Fixed-charge transportation problems on trees Gustavo Angulo * Mathieu Van Vyve * gustavo.angulo@uclouvain.be mathieu.vanvyve@uclouvain.be November 23, 2015 Abstract We consider a class of fixed-charge

More information

Hong-Gwa Yeh and Gerard J. Chang. 1. Introduction

Hong-Gwa Yeh and Gerard J. Chang. 1. Introduction TAIWANESE JOURNAL OF MATHEMATICS Vol. 2, No. 3, pp. 353-360, September 1998 THE PATH-PARTITION PROBLEM IN BIPARTITE DISTANCE-HEREDITARY GRAPHS Hong-Gwa Yeh and Gerard J. Chang Abstract. A path partition

More information

Bounded Treewidth Graphs A Survey German Russian Winter School St. Petersburg, Russia

Bounded Treewidth Graphs A Survey German Russian Winter School St. Petersburg, Russia Bounded Treewidth Graphs A Survey German Russian Winter School St. Petersburg, Russia Andreas Krause krausea@cs.tum.edu Technical University of Munich February 12, 2003 This survey gives an introduction

More information

A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees

A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees Yoshimi Egawa Department of Mathematical Information Science, Tokyo University of

More information

On the Complexity of Some Packing and Covering Problems in Graphs and Hypergraphs

On the Complexity of Some Packing and Covering Problems in Graphs and Hypergraphs On the Complexity of Some Packing and Covering Problems in Graphs and Hypergraphs Andreas Brandstädt University of Rostock, Germany (with C. Hundt, A. Leitert, M. Milanič, R. Mosca, R. Nevries, and D.

More information

Topics in Approximation Algorithms Solution for Homework 3

Topics in Approximation Algorithms Solution for Homework 3 Topics in Approximation Algorithms Solution for Homework 3 Problem 1 We show that any solution {U t } can be modified to satisfy U τ L τ as follows. Suppose U τ L τ, so there is a vertex v U τ but v L

More information

CSC 8301 Design & Analysis of Algorithms: Lower Bounds

CSC 8301 Design & Analysis of Algorithms: Lower Bounds CSC 8301 Design & Analysis of Algorithms: Lower Bounds Professor Henry Carter Fall 2016 Recap Iterative improvement algorithms take a feasible solution and iteratively improve it until optimized Simplex

More information

Easy Problems vs. Hard Problems. CSE 421 Introduction to Algorithms Winter Is P a good definition of efficient? The class P

Easy Problems vs. Hard Problems. CSE 421 Introduction to Algorithms Winter Is P a good definition of efficient? The class P Easy Problems vs. Hard Problems CSE 421 Introduction to Algorithms Winter 2000 NP-Completeness (Chapter 11) Easy - problems whose worst case running time is bounded by some polynomial in the size of the

More information

Pseudo-polynomial algorithms for min-max and min-max regret problems

Pseudo-polynomial algorithms for min-max and min-max regret problems Pseudo-polynomial algorithms for min-max and min-max regret problems Hassene Aissi Cristina Bazgan Daniel Vanderpooten LAMSADE, Université Paris-Dauphine, France {aissi,bazgan,vdp}@lamsade.dauphine.fr

More information

Wooden Geometric Puzzles: Design and Hardness Proofs

Wooden Geometric Puzzles: Design and Hardness Proofs Wooden Geometric Puzzles: Design and Hardness Proofs Helmut Alt Hans L. Bodlaender Marc van Kreveld Günter Rote Gerard Tel Department of Information and Computing Sciences, Utrecht University Technical

More information

Nonlinear Discrete Optimization

Nonlinear Discrete Optimization Nonlinear Discrete Optimization Technion Israel Institute of Technology http://ie.technion.ac.il/~onn Billerafest 2008 - conference in honor of Lou Billera's 65th birthday (Update on Lecture Series given

More information

Tree-width and algorithms

Tree-width and algorithms Tree-width and algorithms Zdeněk Dvořák September 14, 2015 1 Algorithmic applications of tree-width Many problems that are hard in general become easy on trees. For example, consider the problem of finding

More information

Collective Tree Spanners of Unit Disk Graphs with Applications to Compact and Low Delay Routing Labeling Schemes. F.F. Dragan

Collective Tree Spanners of Unit Disk Graphs with Applications to Compact and Low Delay Routing Labeling Schemes. F.F. Dragan Collective Tree Spanners of Unit Disk Graphs with Applications to Compact and Low Delay Routing Labeling Schemes F.F. Dragan (joint work with Yang Xiang and Chenyu Yan) Kent State University, USA Well-known

More information

Optimal Fractal Coding is NP-Hard 1

Optimal Fractal Coding is NP-Hard 1 Optimal Fractal Coding is NP-Hard 1 (Extended Abstract) Matthias Ruhl, Hannes Hartenstein Institut für Informatik, Universität Freiburg Am Flughafen 17, 79110 Freiburg, Germany ruhl,hartenst@informatik.uni-freiburg.de

More information

Copyright 2013 Springer Science+Business Media New York

Copyright 2013 Springer Science+Business Media New York Meeks, K., and Scott, A. (2014) Spanning trees and the complexity of floodfilling games. Theory of Computing Systems, 54 (4). pp. 731-753. ISSN 1432-4350 Copyright 2013 Springer Science+Business Media

More information

This is a repository copy of Chromatic index of graphs with no cycle with a unique chord.

This is a repository copy of Chromatic index of graphs with no cycle with a unique chord. This is a repository copy of Chromatic index of graphs with no cycle with a unique chord. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/74348/ Article: Machado, RCS, de

More information

arxiv: v1 [math.oc] 28 Jul 2017

arxiv: v1 [math.oc] 28 Jul 2017 Mathematical Programg formulations for the efficient solution of the k-sum approval voting problem Diego Ponce 1, Justo Puerto 1, Federica Ricca 2, Andrea Scozzari 3 arxiv:1707.09225v1 [math.oc] 28 Jul

More information

Branch-and-cut (and-price) for the chance constrained vehicle routing problem

Branch-and-cut (and-price) for the chance constrained vehicle routing problem Branch-and-cut (and-price) for the chance constrained vehicle routing problem Ricardo Fukasawa Department of Combinatorics & Optimization University of Waterloo May 25th, 2016 ColGen 2016 joint work with

More information

Approximation complexity of min-max (regret) versions of shortest path, spanning tree, and knapsack

Approximation complexity of min-max (regret) versions of shortest path, spanning tree, and knapsack Approximation complexity of min-max (regret) versions of shortest path, spanning tree, and knapsack Hassene Aissi, Cristina Bazgan, and Daniel Vanderpooten LAMSADE, Université Paris-Dauphine, France {aissi,bazgan,vdp}@lamsade.dauphine.fr

More information

Integer Programming Formulations for the Minimum Weighted Maximal Matching Problem

Integer Programming Formulations for the Minimum Weighted Maximal Matching Problem Optimization Letters manuscript No. (will be inserted by the editor) Integer Programming Formulations for the Minimum Weighted Maximal Matching Problem Z. Caner Taşkın Tınaz Ekim Received: date / Accepted:

More information

Graph Theory and Optimization Computational Complexity (in brief)

Graph Theory and Optimization Computational Complexity (in brief) Graph Theory and Optimization Computational Complexity (in brief) Nicolas Nisse Inria, France Univ. Nice Sophia Antipolis, CNRS, I3S, UMR 7271, Sophia Antipolis, France September 2015 N. Nisse Graph Theory

More information

We would like a theorem that says A graph G is hamiltonian if and only if G has property Q, where Q can be checked in polynomial time.

We would like a theorem that says A graph G is hamiltonian if and only if G has property Q, where Q can be checked in polynomial time. 9 Tough Graphs and Hamilton Cycles We would like a theorem that says A graph G is hamiltonian if and only if G has property Q, where Q can be checked in polynomial time. However in the early 1970 s it

More information

Limitations of Algorithm Power

Limitations of Algorithm Power Limitations of Algorithm Power Objectives We now move into the third and final major theme for this course. 1. Tools for analyzing algorithms. 2. Design strategies for designing algorithms. 3. Identifying

More information

arxiv: v1 [cs.ds] 2 Oct 2018

arxiv: v1 [cs.ds] 2 Oct 2018 Contracting to a Longest Path in H-Free Graphs Walter Kern 1 and Daniël Paulusma 2 1 Department of Applied Mathematics, University of Twente, The Netherlands w.kern@twente.nl 2 Department of Computer Science,

More information

On the Locality of Distributed Sparse Spanner Constructions

On the Locality of Distributed Sparse Spanner Constructions On the Locality of Distributed Sparse Spanner Constructions B. Derbel, C. Gavoille, D. Peleg, L. Viennot University of Lille University of Bordeaux Weizmann Institute INRIA, Paris PODC 2008 Toronto What

More information

Two Approaches for Hamiltonian Circuit Problem using Satisfiability

Two Approaches for Hamiltonian Circuit Problem using Satisfiability Two Approaches for Hamiltonian Circuit Problem using Satisfiability Jaya Thomas 1, and Narendra S. Chaudhari 2 1,2 Department of Computer science & Engineering, Indian Institute of Technology, M-Block

More information

COMP Analysis of Algorithms & Data Structures

COMP Analysis of Algorithms & Data Structures COMP 3170 - Analysis of Algorithms & Data Structures Shahin Kamali Computational Complexity CLRS 34.1-34.4 University of Manitoba COMP 3170 - Analysis of Algorithms & Data Structures 1 / 50 Polynomial

More information

U.C. Berkeley CS294: Beyond Worst-Case Analysis Handout 2 Luca Trevisan August 29, 2017

U.C. Berkeley CS294: Beyond Worst-Case Analysis Handout 2 Luca Trevisan August 29, 2017 U.C. Berkeley CS94: Beyond Worst-Case Analysis Handout Luca Trevisan August 9, 07 Scribe: Mahshid Montazer Lecture In this lecture, we study the Max Cut problem in random graphs. We compute the probable

More information

Graceful polynomials of small degree

Graceful polynomials of small degree Graceful polynomials of small degree Andrea Vietri 1 1 Dipartimento di Scienze di Base e Applicate per l Ingegneria Sapienza Università di Roma WAGTCN2018, Naples, 13-14 September 2018 Andrea Vietri 1

More information

Revisiting the Limits of MAP Inference by MWSS on Perfect Graphs

Revisiting the Limits of MAP Inference by MWSS on Perfect Graphs Revisiting the Limits of MAP Inference by MWSS on Perfect Graphs Adrian Weller University of Cambridge CP 2015 Cork, Ireland Slides and full paper at http://mlg.eng.cam.ac.uk/adrian/ 1 / 21 Motivation:

More information

Problems. Kazuo Yamaguchi. Graduate School of Economics, the University of Tokyo. March 8, Abstract

Problems. Kazuo Yamaguchi. Graduate School of Economics, the University of Tokyo. March 8, Abstract Outcome of Majority Voting in Multiple Undesirable Facility Location Problems Kazuo Yamaguchi Graduate School of Economics, the University of Tokyo March 8, 011 Abstract We consider the outcome of majority

More information

Speeding up the Dreyfus-Wagner Algorithm for minimum Steiner trees

Speeding up the Dreyfus-Wagner Algorithm for minimum Steiner trees Speeding up the Dreyfus-Wagner Algorithm for minimum Steiner trees Bernhard Fuchs Center for Applied Computer Science Cologne (ZAIK) University of Cologne, Weyertal 80, 50931 Köln, Germany Walter Kern

More information

CS 350 Algorithms and Complexity

CS 350 Algorithms and Complexity CS 350 Algorithms and Complexity Winter 2019 Lecture 15: Limitations of Algorithmic Power Introduction to complexity theory Andrew P. Black Department of Computer Science Portland State University Lower

More information

CS 350 Algorithms and Complexity

CS 350 Algorithms and Complexity 1 CS 350 Algorithms and Complexity Fall 2015 Lecture 15: Limitations of Algorithmic Power Introduction to complexity theory Andrew P. Black Department of Computer Science Portland State University Lower

More information

A Linear-Time Algorithm for the Terminal Path Cover Problem in Cographs

A Linear-Time Algorithm for the Terminal Path Cover Problem in Cographs A Linear-Time Algorithm for the Terminal Path Cover Problem in Cographs Ruo-Wei Hung Department of Information Management Nan-Kai Institute of Technology, Tsao-Tun, Nantou 54, Taiwan rwhung@nkc.edu.tw

More information

New algorithms for Disjoint Paths and Routing Problems

New algorithms for Disjoint Paths and Routing Problems New algorithms for Disjoint Paths and Routing Problems Chandra Chekuri Dept. of Computer Science Univ. of Illinois (UIUC) Menger s Theorem Theorem: The maximum number of s-t edgedisjoint paths in a graph

More information

Math 5490 Network Flows

Math 5490 Network Flows Math 90 Network Flows Lecture 8: Flow Decomposition Algorithm Stephen Billups University of Colorado at Denver Math 90Network Flows p./6 Flow Decomposition Algorithms Two approaches to modeling network

More information

Admin NP-COMPLETE PROBLEMS. Run-time analysis. Tractable vs. intractable problems 5/2/13. What is a tractable problem?

Admin NP-COMPLETE PROBLEMS. Run-time analysis. Tractable vs. intractable problems 5/2/13. What is a tractable problem? Admin Two more assignments No office hours on tomorrow NP-COMPLETE PROBLEMS Run-time analysis Tractable vs. intractable problems We ve spent a lot of time in this class putting algorithms into specific

More information

Optimization of Submodular Functions Tutorial - lecture I

Optimization of Submodular Functions Tutorial - lecture I Optimization of Submodular Functions Tutorial - lecture I Jan Vondrák 1 1 IBM Almaden Research Center San Jose, CA Jan Vondrák (IBM Almaden) Submodular Optimization Tutorial 1 / 1 Lecture I: outline 1

More information

Graphs and Network Flows IE411. Lecture 12. Dr. Ted Ralphs

Graphs and Network Flows IE411. Lecture 12. Dr. Ted Ralphs Graphs and Network Flows IE411 Lecture 12 Dr. Ted Ralphs IE411 Lecture 12 1 References for Today s Lecture Required reading Sections 21.1 21.2 References AMO Chapter 6 CLRS Sections 26.1 26.2 IE411 Lecture

More information

AN APPROXIMATION ALGORITHM FOR COLORING CIRCULAR-ARC GRAPHS

AN APPROXIMATION ALGORITHM FOR COLORING CIRCULAR-ARC GRAPHS AN APPROXIMATION ALGORITHM FOR COLORING CIRCULAR-ARC GRAPHS Wei-Kuan Shih 1 and Wen-Lian Hsu 2 Key Words: graph, clique, coloring, matching, algorithm ABSTRACT Consider families of arcs on a circle. The

More information

Problem Complexity Classes

Problem Complexity Classes Problem Complexity Classes P, NP, NP-Completeness and Complexity of Approximation Joshua Knowles School of Computer Science The University of Manchester COMP60342 - Week 2 2.15, March 20th 2015 In This

More information

Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems

Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems Rani M. R, Mohith Jagalmohanan, R. Subashini Binary matrices having simultaneous consecutive

More information

The minimum G c cut problem

The minimum G c cut problem The minimum G c cut problem Abstract In this paper we define and study the G c -cut problem. Given a complete undirected graph G = (V ; E) with V = n, edge weighted by w(v i, v j ) 0 and an undirected

More information

Discrete Optimization 2010 Lecture 10 P, N P, and N PCompleteness

Discrete Optimization 2010 Lecture 10 P, N P, and N PCompleteness Discrete Optimization 2010 Lecture 10 P, N P, and N PCompleteness Marc Uetz University of Twente m.uetz@utwente.nl Lecture 9: sheet 1 / 31 Marc Uetz Discrete Optimization Outline 1 N P and co-n P 2 N P-completeness

More information

The traveling salesman problem

The traveling salesman problem Chapter 58 The traveling salesman problem The traveling salesman problem (TSP) asks for a shortest Hamiltonian circuit in a graph. It belongs to the most seductive problems in combinatorial optimization,

More information

Linear Arrangement of Halin Graphs

Linear Arrangement of Halin Graphs Linear Arrangement of Halin Graphs Saber Mirzaei Boston University Assaf Kfoury Boston University Abstract We study the Optimal Linear Arrangement (OLA) problem of Halin graphs, one of the simplest classes

More information

Resolving infeasibility in extremal algebras 1

Resolving infeasibility in extremal algebras 1 ELSEVIER Linear Algebra and its Applications 290 (1999) 267-273 LINEAR ALGEBRA AND ITS APPLICATIONS Resolving infeasibility in extremal algebras 1 Katar/na Cechlfirov4 2 Pavel Diko 3 Department of Geometry

More information

DEGREE SEQUENCES OF INFINITE GRAPHS

DEGREE SEQUENCES OF INFINITE GRAPHS DEGREE SEQUENCES OF INFINITE GRAPHS ANDREAS BLASS AND FRANK HARARY ABSTRACT The degree sequences of finite graphs, finite connected graphs, finite trees and finite forests have all been characterized.

More information

A New Approximation Algorithm for the Asymmetric TSP with Triangle Inequality By Markus Bläser

A New Approximation Algorithm for the Asymmetric TSP with Triangle Inequality By Markus Bläser A New Approximation Algorithm for the Asymmetric TSP with Triangle Inequality By Markus Bläser Presented By: Chris Standish chriss@cs.tamu.edu 23 November 2005 1 Outline Problem Definition Frieze s Generic

More information

Welfare Maximization with Friends-of-Friends Network Externalities

Welfare Maximization with Friends-of-Friends Network Externalities Welfare Maximization with Friends-of-Friends Network Externalities Extended version of a talk at STACS 2015, Munich Wolfgang Dvořák 1 joint work with: Sayan Bhattacharya 2, Monika Henzinger 1, Martin Starnberger

More information

Theory of Computation Chapter 1: Introduction

Theory of Computation Chapter 1: Introduction Theory of Computation Chapter 1: Introduction Guan-Shieng Huang Sep. 20, 2006 Feb. 9, 2009 0-0 Text Book Computational Complexity, by C. H. Papadimitriou, Addison-Wesley, 1994. 1 References Garey, M.R.

More information

1 The Arthur-Merlin Story

1 The Arthur-Merlin Story Comp 260: Advanced Algorithms Tufts University, Spring 2018 Prof. Lenore Cowen Scribe: Elias Marcopoulos Lecture 1a: Bipartite Perfect Matching 1 The Arthur-Merlin Story In the land ruled by the legendary

More information

A MODEL FOR THE INVERSE 1-MEDIAN PROBLEM ON TREES UNDER UNCERTAIN COSTS. Kien Trung Nguyen and Nguyen Thi Linh Chi

A MODEL FOR THE INVERSE 1-MEDIAN PROBLEM ON TREES UNDER UNCERTAIN COSTS. Kien Trung Nguyen and Nguyen Thi Linh Chi Opuscula Math. 36, no. 4 (2016), 513 523 http://dx.doi.org/10.7494/opmath.2016.36.4.513 Opuscula Mathematica A MODEL FOR THE INVERSE 1-MEDIAN PROBLEM ON TREES UNDER UNCERTAIN COSTS Kien Trung Nguyen and

More information

On the mean connected induced subgraph order of cographs

On the mean connected induced subgraph order of cographs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 71(1) (018), Pages 161 183 On the mean connected induced subgraph order of cographs Matthew E Kroeker Lucas Mol Ortrud R Oellermann University of Winnipeg Winnipeg,

More information

Institut für Numerische und Angewandte Mathematik

Institut für Numerische und Angewandte Mathematik Institut für Numerische und Angewandte Mathematik When closest is not always the best: The distributed p-median problem Brimberg, J.; Schöbel, A. Nr. 1 Preprint-Serie des Instituts für Numerische und Angewandte

More information

On the Min-Max-Delay Problem: NP-completeness, Algorithm, and Integrality Gap

On the Min-Max-Delay Problem: NP-completeness, Algorithm, and Integrality Gap On the Min-Max-Delay Problem: NP-completeness, Algorithm, and Integrality Gap Qingyu Liu, Lei Deng, Haibo Zeng, Minghua Chen Department of Electrical and Computer Engineering, Virginia Tech, USA Department

More information

Negative results on acyclic improper colorings

Negative results on acyclic improper colorings Negative results on acyclic improper colorings Pascal Ochem To cite this version: Pascal Ochem. Negative results on acyclic improper colorings. Stefan Felsner. 005 European Conference on Combinatorics,

More information

Graphical Model Inference with Perfect Graphs

Graphical Model Inference with Perfect Graphs Graphical Model Inference with Perfect Graphs Tony Jebara Columbia University July 25, 2013 joint work with Adrian Weller Graphical models and Markov random fields We depict a graphical model G as a bipartite

More information

Lecture 14: Random Walks, Local Graph Clustering, Linear Programming

Lecture 14: Random Walks, Local Graph Clustering, Linear Programming CSE 521: Design and Analysis of Algorithms I Winter 2017 Lecture 14: Random Walks, Local Graph Clustering, Linear Programming Lecturer: Shayan Oveis Gharan 3/01/17 Scribe: Laura Vonessen Disclaimer: These

More information

Lecture 8: Path Technology

Lecture 8: Path Technology Counting and Sampling Fall 07 Lecture 8: Path Technology Lecturer: Shayan Oveis Gharan October 0 Disclaimer: These notes have not been subjected to the usual scrutiny reserved for formal publications.

More information

Approximation of min-max and min-max regret versions of some combinatorial optimization problems

Approximation of min-max and min-max regret versions of some combinatorial optimization problems Approximation of min-max and min-max regret versions of some combinatorial optimization problems Hassene Aissi Cristina Bazgan Daniel Vanderpooten LAMSADE, Université Paris-Dauphine, France {aissi,bazgan,vdp}@lamsade.dauphine.fr

More information

Easy and not so easy multifacility location problems... (In 20 minutes.)

Easy and not so easy multifacility location problems... (In 20 minutes.) Easy and not so easy multifacility location problems... (In 20 minutes.) MINLP 2014 Pittsburgh, June 2014 Justo Puerto Institute of Mathematics (IMUS) Universidad de Sevilla Outline 1 Introduction (In

More information

FRACTIONAL PACKING OF T-JOINS. 1. Introduction

FRACTIONAL PACKING OF T-JOINS. 1. Introduction FRACTIONAL PACKING OF T-JOINS FRANCISCO BARAHONA Abstract Given a graph with nonnegative capacities on its edges, it is well known that the capacity of a minimum T -cut is equal to the value of a maximum

More information

On the Path-width of Planar Graphs

On the Path-width of Planar Graphs On the Path-width of Planar Graphs Omid Amini 1,2 Florian Huc 1 Stéphane Pérennes 1 FirstName.LastName@sophia.inria.fr Abstract In this paper, we present a result concerning the relation between the path-with

More information

NP-Completeness. NP-Completeness 1

NP-Completeness. NP-Completeness 1 NP-Completeness Reference: Computers and Intractability: A Guide to the Theory of NP-Completeness by Garey and Johnson, W.H. Freeman and Company, 1979. NP-Completeness 1 General Problems, Input Size and

More information

A General Testability Theory: Classes, properties, complexity, and testing reductions

A General Testability Theory: Classes, properties, complexity, and testing reductions A General Testability Theory: Classes, properties, complexity, and testing reductions presenting joint work with Luis Llana and Pablo Rabanal Universidad Complutense de Madrid PROMETIDOS-CM WINTER SCHOOL

More information

Trade-Offs in Distributed Learning and Optimization

Trade-Offs in Distributed Learning and Optimization Trade-Offs in Distributed Learning and Optimization Ohad Shamir Weizmann Institute of Science Includes joint works with Yossi Arjevani, Nathan Srebro and Tong Zhang IHES Workshop March 2016 Distributed

More information

Complexity of determining the most vital elements for the 1-median and 1-center location problems

Complexity of determining the most vital elements for the 1-median and 1-center location problems Complexity of determining the most vital elements for the -median and -center location problems Cristina Bazgan, Sonia Toubaline, and Daniel Vanderpooten Université Paris-Dauphine, LAMSADE, Place du Maréchal

More information

15.081J/6.251J Introduction to Mathematical Programming. Lecture 24: Discrete Optimization

15.081J/6.251J Introduction to Mathematical Programming. Lecture 24: Discrete Optimization 15.081J/6.251J Introduction to Mathematical Programming Lecture 24: Discrete Optimization 1 Outline Modeling with integer variables Slide 1 What is a good formulation? Theme: The Power of Formulations

More information

0-Sum and 1-Sum Flows in Regular Graphs

0-Sum and 1-Sum Flows in Regular Graphs 0-Sum and 1-Sum Flows in Regular Graphs S. Akbari Department of Mathematical Sciences Sharif University of Technology Tehran, Iran School of Mathematics, Institute for Research in Fundamental Sciences

More information

arxiv: v1 [math.oc] 1 Apr 2017

arxiv: v1 [math.oc] 1 Apr 2017 Inverse Fractional Knapsack Problem with Profits and Costs Modification arxiv:1704.00145v1 [math.oc] 1 Apr 2017 Kien Trung Nguyen Huynh Duc Quoc We address in this paper the problem of modifying both profits

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

Joint Object Placement and Node Dimensioning for Internet Content Distribution

Joint Object Placement and Node Dimensioning for Internet Content Distribution Joint Obect Placement and Node Dimensioning for Internet Content Distribution Nikolaos Laoutaris, Vassilios Zissimopoulos, Ioannis Stavrakakis Abstract This paper studies a resource allocation problem

More information