Graph Convolutional Branch and Bound v1.0.0
A TSP solver that combines a graph convolutional network with a 1-Tree branch-and-bound.
|
A Forest is a list of Sets. More...
#include <mfset.h>
Public Attributes | |
unsigned short | num_sets |
Number of Sets in the Forest. | |
Set | sets [MAX_VERTEX_NUM] |
Array of Sets. | |
unsigned short Forest::num_sets |