You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MWVCP, a member of np-complete family, it is required to find the vertex cover of a given graph such that the sum of the weights of the nodes is the minimum. A vertex cover of a graph is “a set of vertices such that each edge of the graph is incident to at least one vertex of the set”.
This repository contains the assignments done during the Linear Optimization course offered by Indraprastha Institute of Information Technology, Delhi during Winter 2023.
A Python tool for visualizing and interacting with graph algorithms, including MSTs, shortest paths, graph center, independent sets, and vertex covers. Perfect for learning graph theory with an intuitive interface.
Comparación de algoritmos de optimización bioinspirados para resolver el Problema de Cobertura Mínima de Vértices (MVCP): Aplicación en la ubicación óptima de Sistemas de Detección de Intrusiones (IDS) en redes.