Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 950 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 950 Bytes

cliqpart

A Branch and Cut Algorithm for CLIQUE PARTITIONING

Building

Make sure Gurobi is installed properly and the environment variables are set up so that your build environment (shell, IDE, etc.) can read them.

To create the output directory:

mkdir build/
cmake -S . -B build

And to build the project to build/bin/cliqpart:

cmake --build build

License and Copyright

cliqpart is licenced under the MIT License, and uses the following external libraries, which might be licensed under different license agreements: