/TSP-RL

Lee Kunwoo's Kyoto University bachelor thesis project

Primary LanguageC++

How to compile

  1. Go into "build" directory.
  2. Enter below on the terminal. cmake ..
  3. Enter below on the terminal. make all
  4. Then, executable file "tsp" appeared in "build" directory

How to run

Just run ./tsp on terminal. Values of arguments are manually inputted in main function.

注意!!! 今は一部の関数が実装されていないためコンパイル不可