14 research outputs found

    Index

    Get PDF

    Multi-source spanning trees: algorithms for minimizing source eccentricities

    Get PDF
    AbstractWe present two efficient algorithms constructing a spanning tree with minimum eccentricity of a source, for a given graph with weighted edges and a set of source vertices. The first algorithm is both simpler to implement and faster of the two. The second approach involves enumerating single-source shortest-path spanning trees for all points on a graph, a technique that may be useful in solving other problems

    Solving the optimum communication spanning tree problem

    Get PDF
    This paper presents an algorithm based on Benders decomposition to solve the optimum communication spanning tree problem. The algorithm integrates within a branch-and-cut framework a stronger reformulation of the problem, combinatorial lower bounds, in-tree heuristics, fast separation algorithms, and a tailored branching rule. Computational experiments show solution time savings of up to three orders of magnitude compared to state-of-the-art exact algorithms. In addition, our algorithm is able to prove optimality for five unsolved instances in the literature and four from a new set of larger instances.Peer ReviewedPostprint (author's final draft

    Formulations and algorithms for the optimum communication spanning tree problem

    Get PDF
    The Optimum Communication Spanning Tree problem (OCT) has applications in many fields of study such as logistics, telecommunications and bioinformatics. This problem receives as input an undirected graph with weighted edges and requirement value for each pair of nodes, and seeks for a spanning tree that minimizes the communication cost, given by the sum of requirement of each pair of nodes times the distance separating them in the tree. In this work we design a new integer formulation for OCT as well as four different strategies of evolutionary algorithms and a combined strategy with simulated annealing. We give public access to our implementations. We test our approaches on instances from the literature and from real-world data sets. The experiments show that our best strategies were able to obtain very accurate solutions, getting close to the best known value for all tested instances, improving the results of previous metaheuristics from the literature.O problema da árvore geradora de comunicação ótima possui aplicação em diversos campos de estudo como logística, telecomunicações e bioinformática. Esse problema recebe como entrada um grafo com pesos nas arestas e um valor de requerimento entre cada par de nodos do grafo, e procura por uma árvore geradora que minimiza o custo de comunicação que é calculado pela soma dos requerimentos de cada par de nodos vezes a distância que os separa na árvore. Neste trabalho propomos uma nova formulação inteira para o problema e desenvolvemos quatro estratégias diferentes de algoritmos evolutivos e uma combinada com o método simulated annealing, dando acesso público às nossas implementações. Testamos nossos algoritmos com instâncias da literatura e com outras baseadas em conjuntos de dados do mundo real. Os experimentos mostram que nossas melhores estratégias foram capazes de obter soluções muito precisas para todas as instâncias testadas, melhorando os resultados de metaheurísticas anteriores da literatura

    Solving the Optimum Communication Spanning Tree Problem

    Get PDF
    This paper presents an algorithm based on Benders decomposition to solve the optimum communication spanning tree problem. The algorithm integrates within a branch-and-cut framework a stronger reformulation of the problem, combinatorial lower bounds, in-tree heuristics, fast separation algorithms, and a tailored branching rule. Computational experiments show solution time savings of up to three orders of magnitude compared to state-of-the-art exact algorithms. In addition, our algorithm is able to prove optimality for five unsolved instances in the literature and four from a new set of larger instances

    The Optimum Communication Spanning Tree Problem : properties, models and algorithms

    Get PDF
    For a given cost matrix and a given communication requirement matrix, the OCSTP is defined as finding a spanning tree that minimizes the operational cost of the network. OCST can be used to design of more efficient communication and transportation networks, but appear also, as a subproblem, in hub location and sequence alignment problems. This thesis studies several mixed integer linear optimization formulations of the OCSTP and proposes a new one. Then, an efficient Branch & Cut algorithm derived from the Benders decomposition of one of such formulations is used to successfully solve medium-sized instances of the OCSTP. Additionally, two new combinatorial lower bounds, two new heuristic algorithms and a new family of spanning tree neighborhoods based on the Dandelion Code are presented and tested.Postprint (published version
    corecore