Skip to content

blankjul/ttp-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Traveling Thief Problem


Build

cd travelling-thief-problem mkdir build && cd build cmake .. make


Project Structure

travelling-thief-problem | |-- bin | make install will copy the binary files and library to this folder | |-- build | just a temporary folder for using cmake | |-- data | location for the test data .ttp | |-- doc | doxygen documentation of this project | |-- executables | source code for the executables .cpp | |-- lib | source code of the library ttp | |-- test | all the gtest cases | |-- vendor all vendor libraries that are used

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published