This repository contains the source code for the cluster editing solver for the exact track of the PACE 2021 competition.
- no external dependencies are required
- a jdk version >= 1.8 is required to compile the source code
- running
makewill create a jar archiveade-ce-solver.jar - it is recommended to increase the jvm stack size when invoking the solver to prevent StackOverflowExceptions
java -Xss8m -jar ade-ce-solver-jar < <path to graph>
- Alexander Bille (Araxon)
- Dominik Brandenstein (dobrand)
- Emanuel Herrendorf (EmanuelHerrendorf)