MinLCA algorithms
MinLCA algorithms Documentation

Requirements

To build the source files, you need to have:

  1. LEMON library installed (version 1.3 or greater)
  2. CMake (version 2.8.4 or greater)
  3. Gurobi (optional; version 5.6 or greater)

Build instructions

First of all, create some directory to output the programs for executing the algorithms and change to that directory.

Suppose the path of this project is $MINLCA, then run:

cmake $MINLCA

and the code will be ready to be built using make or some other tool.

Customisations

You can add some custom flags before the project path to customise the build: