Python implementation of the 'Greedy' and 'Branch and Bound' algorithms to resolve the Set Cover problem
-
Updated
Dec 13, 2019 - Python
Python implementation of the 'Greedy' and 'Branch and Bound' algorithms to resolve the Set Cover problem
Given a number of sets with a number of universes,this algorithm finds the least sets with the most universes
Scientific production thought my academic life (under graduation, masters, PhD)
Implementation of the algorithms described in "A new formulation and resolution method for the p-center problem" (Elloumi et al, 2004) for the P-center problem.
Add a description, image, and links to the setcoveringproblem topic page so that developers can more easily learn about it.
To associate your repository with the setcoveringproblem topic, visit your repo's landing page and select "manage topics."