Graph Convolutional Branch and Bound v1.0.0
A TSP solver that combines a graph convolutional network with a 1-Tree branch-and-bound.
Loading...
Searching...
No Matches
main Directory Reference

Directories

directory  algorithms
 
directory  data_structures
 
directory  graph-convnet-tsp
 

Files

file  HybridSolver.py [code]
 
file  main.c [code]
 Project main file, where you start the program, read the input file and print/write the results.
 
file  problem_settings.h [code]
 Contains all the execution settings.
 
file  tsp_instance_reader.c [code]
 The definition of the function to read input files.
 
file  tsp_instance_reader.h [code]
 The declaration of the function to read input files.