Graph Convolutional Branch and Bound v1.0.0
A TSP solver that combines a graph convolutional network with a 1-Tree branch-and-bound.
|
Files | |
file | linked_list.h [code] |
file | list_functions.c [code] |
The definition of the functions to manipulate the List. | |
file | list_functions.h [code] |
The declaration of the functions to manipulate the List. | |
file | list_iterator.c [code] |
The definition of the functions to manipulate the ListIterator. | |
file | list_iterator.h [code] |
The declaration of the functions to manipulate the ListIterator. | |