white0383 / TSP-RL

Lee Kunwoo's Kyoto University bachelor thesis project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

About

Lee Kunwoo's Kyoto University bachelor thesis project


Languages

Language:C++ 95.8%Language:C 3.1%Language:CMake 1.1%