1. European Journal of Operational Research [Month]
2. Telecommunication Systems [Quaterly]
3. Photonic Network Communications [Three monthly]
4. Computers and Operations Research [Monthly]
5. Annals of Operations Research [Monthly]
6. Discrete Applied Mathematics [Monthly]
7. Journal of Heuristics [2Monthly] 
8. Management Science

적을 알고 나를 알아야 뭐라도 해보지!!! 논문 좀 읽자!!!
Title: A Dual-Based Algorithm for Multi-Level Network Design
Publish: Management Science, Vol. 40, No. 5, pp. 567-581, 1994
Author: A. Balakrishnan, T. L. Magnanti, P. Mirchandani

Given an undirected network with L possible facility types for each edge, and a partition of the nodes into L levels or grades, the Multi-level Network Design (MLND) problem seeks a fixed cost minimizing design that spans all the nodes and connects the nodes at each level by facilities of the corresponding or higher grade. This problem generalizes the well-known Steiner network problem and the hierarchical network design problem, and has applications in telecommunication, transportation, and electric power distribution network design. In a companion papar we studied alternative model formulations for a two-level version of this problem, and analyzed the worst-case performance of several heuristics baseed on Steiner network and spanning tree solutions. This paper develops a dual-based algorithm for the MLND problem. The mothod first performs problem preprocessing to fix certain design variables, and then applies a dual ascent procedure to generate upper and lower bounds on the optimal value. We report extensive computational results on large, random two-level test problems (containing up to 500 nodes, and 5,000 edges) with varying cost structures. The integer programming formulation of the largest of these problems has 20,000 integer variables and over 5 million constraints. Our tests indicate that the dual-based algorithm is very effective, producing solutions that are within 0.9% of optimality

Main Focus:
1. Problem formulation
   minimize:  link cost (i, j) + edge cost (i, j)
   subject to: Commodity flow conservation constraints
                     Primary forcing constraints
                     Secondary forcing constraints
                     Secondary forcing constraints
                     Nonnegativity, integrality constraints

2. Properties of the Optimal TLND solution
i) eliminate certan edges of optimal soultuion
ii) fix certain edges of optimal solution





Title: Optimal Design of a Two-level Hiearchical Network with Tree-star Configuration
Publish: Computers industrial Engineering, Vol. 22, No. 3, pp. 273-281, 1992
Author: J. Kim and D. Tcha

This paper deals with the topological design problem of a hierarchical two-level network where the upper-level backbone network is of tree type and the lower-level local access networks are of star-type. As a means to widen the real-world applicability over the existing network design studies, a backbone node not opened is allowed to be included in the backbone tree for transhipment purpose. The problem is modelled as a mixed 0-1 integer programming, whose special structure is exploited for the development of a dual-based lower bounding procedure. The procedure is incorportated in the branch and bound solution method, whose effectiveness is well demonstrated by the computationtal experiments conducted with a variety of probelms ranging up to 50 backbone nodes and 200 demand points.

Main focus
1. Uncapacitated facility location problem
2. directed steiner tree problm (DSTP)
3. The variables representing the flow on the arc are considered for modeling the tree structure
4. Solve dual problem and primal problem
Title: Reformulation of capacitated facility location problems: How redundant information can help
Publish: Annals of Operations Research, Vol. 82, pp. 289-308, 1998
Author: K. Aardal

When solving hard combinatorial optimization problems by branch-and-bound, obtaining a good lower bound (considering a minimization problem) from the linear relaxation is crucial for the performance of the algorithm. On the other hand, we want to avoid an initial formulation that is too large. This requires careful modeling of the problem. One way of obtaining a good linear formulation is by applying a cutting plane algorithm where strong cutting planes are added if they violate the current fractional solution. By "strong" cutting planes, we mean linear inequalities that define high-dimensional faces of the convex hull of feasible solutions. For some classes of inequalities, effective algorithms for identifying violated inequalities belonging to theses classes have been implemented as standard features in commercial branch-and-bound packages. Such classes are for instance the knapsack cover inequalities and the flow cover inequalities that were originally developed for the knapsack problem and the single-node flow problem. These problems form relaxations of several capacitated combinatorial optimization problems such as various capacitated facility location problems. If, however, we consider traditional models for location problems, then the knapsack and single-node flow relaxations are not explicitly stated in the models, and unless we modify the models, the mentioned classes of inequalities will not be generated "automatically" by the systems. The extra variables and constraints that we need to add to the traditional models in order to make the various relaxations explicit are redundant, not only to the integer formulation but also to the linear relaxation. Computational experiments do, however indicate that the inequalities that are generated based on the relaxation are very effective and that the gain from the stronger linear relaxation far outweights the drawback of expanding the traditional models.

Main Focus
1. The single-level capacitated facility location problem
   1.1 Bipartitei Graph ((U, V)), A)
   1.2 Apply the minimal cover inequality for the minimum number of facility. 
         Lift the above inequalities.
   1.3 Apply the flow cover inequality for the demand node and facility node
   1.4 Effective capacity inequalities and the submodular inequalities 

2. The two-level capacitated facility location problem
   1.1. Normal formulation for TLCFLP
   1.2 Add the minimal cover inequality, the flow cover inequality and the fixed charge path inequality.


Conclusion
- This paper is very easy to understand the model formulation and the valid inequality development.
- It contribute to the enhancement of branch-and-bound algorithm.
- But, They do not consider to develop various models for solving the problem.




Title: New modeling approaches for the design of local access transport area networks
Publish: European Journal of Operational Research, Vol. 127, pp. 94-108, 2000
Author: H. D. Sherali, Y. Lee, T. Park

Abstract
: This paper is concerned with the design of a local access and transport area (LATA) network that arises in the context of providing a special access service by a local exchange facility. The Problem includes locating suitable hub facilities having adequate multiplexing capacity, and routing the demand traffic from various clients ( end offices) through their hubs, or alternatively, through a special point of presence node, in order to minimize total costs. These costs involve various traffic distribution and equipment component costs, where the latter typically exhibit nonlinear economies of scale. We develop a model for this problem and apply the reformulation-linearization technique (RLT) to combines a limited run of an exact method with a lagrangian dual/relaxation procedure. Extensive computational results are provided to study the relative tightness resulting from the various formulations and their effect on providing good quality feasible solutions. 

Main contents
1. Formulation Part: It is one of CFL problem which seeks to locate the switches and to allocate the demand.
                                This problem has a special node, a point of present node, whose cost is related to the 
                                total number of switches. 
2. Algorithm Part: Apply the RLT to this problem to enhance the lower bound and develop a lagrangian                                           relaxation. 


Title: Fifty-Plus Years of Combinatorial Integer Programming
Publish: Springer Berlin Heidelberg
Author: William Cook, Georgia Institute of Technology

Abstract
Throughout the history of integer programming, the field has been guided by research into solution approaches to combinatorial porblems. We discuss some of the highlights and defining moments fo this area

+ Recent posts