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 reduced form of an Edge in the Graph, with only the source and destination Nodes. More...
#include <mst.h>
Public Attributes | |
unsigned short | src |
The source Node of the Edge. | |
unsigned short | dest |
The destination Node of the Edge. | |
unsigned short ConstrainedEdge::dest |