Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Dani-Mora/ted

 
 

Repository files navigation

Tolerant Edit Distance

Dependencies:

  • Gurobi

    Get the gurobi solver from http://www.gurobi.com. Academic licenses are free.

  • CMake, Git, GCC, boost

    On Ubuntu 14.04, get the build tools via:

    sudo apt-get install cmake git build-essential libboost-dev

Get Source:

git clone https://github.com/DaniUPC/ted
cd ted
git submodule update --init

Configure:

mkdir build
cd build
cmake ..

Set cmake variable Gurobi_ROOT_DIR (or the environment variable GUROBI_ROOT_DIR before you run cmake) to the Gurobi subdirectory containing the /lib and /bin directories.

Compile:

make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.6%
  • Python 1.8%
  • CMake 1.2%
  • C 0.4%