Skip to content

Implementation of Minimum Set cover problem using two approaches.greedy approach and Linear programming with Repeat randomized rounding

Notifications You must be signed in to change notification settings

dhavalraj007/Minimum-set-cover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimum-set-cover

Implementation of Minimum Set cover problem using two approaches.

  1. Greedy approach. See Greedy.cpp
  2. Linear programming with Repeat randomized rounding. see LpRandom.cpp

dependencies

AGLIB

Overview

Overview : Presentation

Final Report Document : Report

About

Implementation of Minimum Set cover problem using two approaches.greedy approach and Linear programming with Repeat randomized rounding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages