Skip to content

KarlsruheMIS/CHILS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CHILS — Concurrent Hybrid Iterated Local Search

Installation

Clone the project by using the following command.

git clone --recurse-submodules [email protected]:KarlsruheMIS/CHILS.git

Alternatively, if you cloned the repository without the --recurse-submodules option, you can also run the following command to retrieve the CHILS project.

git submodule update --init --recursive

Move into the CHILS folder and type make to build the project. This creates the executable file CHILS in the same directory. Refer to the README or run the program with the -h option for more information on how to use the heuristic.

About

A concurrent local search heuristic for the Maximum Weight Independent Set problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published