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 Set is a node in the Forest. More...
#include <mfset.h>
Public Attributes | |
struct Set * | parentSet |
Pointer to the parent Set in a tree representation of the Forest. | |
unsigned short | rango |
Rank of the Set, used to optimize the find operation. | |
Node | curr |
Current Node. | |
unsigned short | num_in_forest |
Number of the position of the Set in the Forest. | |
unsigned short Set::num_in_forest |
struct Set* Set::parentSet |