Skip to content

Unfinished Maximum Independent Solver that utilizes the simplicial vertex reduction + greedy MIS algorithm to find... somewhat poor solutions.

Notifications You must be signed in to change notification settings

m-sef/mis-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maximum Independent Set Solver

Usage: vcc [-h][-f file_path]

I wrote this basic solver for the Maximum Independent Set problem as I am self-studying heuristics. Currently, I have the a framework for implementing data reductions, with the simplificial vertex reduction described in On the Power of Simple Reductions for the Maximum Independent Set Problem implemented. I am working on implementing the vertex folding reduction, and then afterwards implementing a proper local search hueristic.

Dependencies

  • Boost Graph Library

Setup

mkdir build
cd build
cmake ..

About

Unfinished Maximum Independent Solver that utilizes the simplicial vertex reduction + greedy MIS algorithm to find... somewhat poor solutions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published