Skip to content

Implementation of ehaustive clique enumeration algorithm GreedyBB

Notifications You must be signed in to change notification settings

psanse/CliqueEnum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clique enumeration (GreedyBB)

This repository contains a release of GreedyBB , an algorithm for exhaustive clique enumeration (to appear in Computers & Operations Research).

Source code for GreedyBB corresponds with the header file copt/clique/clique_enum.h

How it works

After building the project, a binary greedy_bb.exe si created. To use the binary simply type:

greedy_bb.exe -f <FILENAME>

The source code has been tested in Linux and Windows platforms.

Terms and conditions

This code is free to use for research purposes only. Just remember it is a research prototype and may not work for you. Please read the legal.txt file of the different blocks for more details concerning license.

Acknowledgements

This work is funded by the Spanish Ministry of Economy and Competitiveness (grant NAVEGASE: DPI 2014-53525-C3-1-R).

About

Implementation of ehaustive clique enumeration algorithm GreedyBB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published