Master's Thesis

For my masters thesis at Universidad de Chile I worked on the following problem:

Problem statement Let \(C\) be a cycle with n vertex \(C=(V,E_0)\), and \(E\) a set of edges such that \((V, E_0 + E)\) is a \(3\)-vertex-connected graph. We want to study the problem of adding the least amount of edges of \(E\) to make the cycle \(3\)-vertex-connected. This means, we want to find a feasible set of edges \(F \subseteq E\) of minimun size such that \(C’=(V,E_0 \cup F)\) is \(3-\)vertex-connected.

Ciclo

Thesis defense: May 28th, 2021

Objectives

  1. Study the complxity of the problem of augmenting the vertex-connectivity of a cycle by one.
  2. Study the linear programming formulation of the problem
  3. Design Approximation algorithms to solve the problem.

Documentss