Skip to content

mogproject/cluster-editing-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cluster-editing-2021

This repository stores the source code of my solver for the Exact track of the PACE 2021 challenge.

DOI of Version 1

DOI

Solver Description

Requirements

  • GNU Make
  • CMake version 3.5 or higher
  • C++ compiler that supports the C++14 standard.

How to build

In this directory, run the following command.

make build

And the executable file Exact will be generated under the dist directory.

Notes: The submission file (dist/Exact.tgz) will be created by make publish.