A solver for the (unicost) set covering problem
-
Updated
Apr 18, 2026 - C++
A solver for the (unicost) set covering problem
Approximation Algorithm for the NP-Complete problem of finding a vertex cover of minimum weight in a graph with weighted vertices. Guarantees an answers at most 2 times the optimal minimum weighted vertex cover
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”.
Dinic's algorithm
Add a description, image, and links to the minimum-weighted-vertex-cover topic page so that developers can more easily learn about it.
To associate your repository with the minimum-weighted-vertex-cover topic, visit your repo's landing page and select "manage topics."