Tag: optimization

  • Finding the Minimum k-Weighted Dominating Set — MATCOM 2024

    Our paper “Finding the Minimum k-Weighted Dominating Sets Using Heuristic Algorithms” was published in Mathematics and Computers in Simulation (MATCOM), a journal by Elsevier focused on mathematical modeling and computational methods. The problem we tackle is a generalization of the classical dominating set problem in graph theory. In a standard dominating set, you want to…

  • Solving the Minimum Weighted Dominating Set Problem

    Given a weighted graph, a dominating set is a subset of vertices such that every vertex outside the set is adjacent to at least one vertex inside it, and the sum of incident edge weights meets a minimum threshold K. Finding the smallest such set is NP-hard. This project implements an Iterated Greedy algorithm with…

  • Highlights from GRAFO VI Workshop

    What an exhilarating week it has been! I had the pleasure of participating in the GRAFO VI Workshop, a gathering that brought together some of the brightest minds in the realm of mathematical optimization in Spain. Hosted at the prestigious Universidad Rey Juan Carlos, the event was a melting pot of ideas, discussions, and innovative…