Skip to content

Instantly share code, notes, and snippets.

@manoelstilpen
Created December 1, 2018 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoelstilpen/f6b7f76e0a0b73f7215840fcdb09264d to your computer and use it in GitHub Desktop.
Save manoelstilpen/f6b7f76e0a0b73f7215840fcdb09264d to your computer and use it in GitHub Desktop.
Compiling JSP
chmod +x configure.sh
./configure.sh # install program dependencies
mkdir build # create a directory which will hold compiled files
cd build # enters created directory
cmake .. # generate makefiles
make # compile program
./app -i ../instances/abz5_f13.txt -m vns -p # execution sample running vns algorithm for abz5 instance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment