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
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.
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.
This work is funded by the Spanish Ministry of Economy and Competitiveness (grant NAVEGASE: DPI 2014-53525-C3-1-R).