LKH‐3 Installation - foolofato0k/Robo-Studio2 GitHub Wiki
LKH-3 Installation
Based off Python Wrapper Git Repo
To install LKH-3 perform the following steps:
In your workspace source directory run:
cd your_workspace/src
wget http://akira.ruc.dk/~keld/research/LKH-3/LKH-3.0.6.tgz
tar xvfz LKH-3.0.6.tgz
cd LKH-3.0.6
Build the Library
make
# Copy it to a location in your path so that the Python wrapper can call
sudo cp LKH /usr/local/bin
# Then install the Python Wrapper
pip install lkh