Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azakiio/set-cover-problem

A Java program that solves the famous weighted Set Cover Problem (SCP) using three greedy solver algorithms: Greedy Coverage Algorithm, Greedy Cost Algorithm, and Chvátal's Algorithm. The performance of each is summarized and displayed to the user
https://github.com/azakiio/set-cover-problem

Last synced: about 1 month ago
JSON representation

A Java program that solves the famous weighted Set Cover Problem (SCP) using three greedy solver algorithms: Greedy Coverage Algorithm, Greedy Cost Algorithm, and Chvátal's Algorithm. The performance of each is summarized and displayed to the user

Awesome Lists containing this project