Graph Convolutional Branch and Bound v1.0.0
A TSP solver that combines a graph convolutional network with a 1-Tree branch-and-bound.
|
The list of open SubProblems. More...
#include <b_and_b_data.h>
Public Attributes | |
SubProblemElem * | head |
The head of the list. | |
SubProblemElem * | tail |
The tail of the list. | |
size_t | size |
The size of the list. | |
The list of open SubProblems.
Definition at line 87 of file b_and_b_data.h.
SubProblemElem* SubProblemsList::head |
The head of the list.
Definition at line 88 of file b_and_b_data.h.
size_t SubProblemsList::size |
The size of the list.
Definition at line 90 of file b_and_b_data.h.
SubProblemElem* SubProblemsList::tail |
The tail of the list.
Definition at line 89 of file b_and_b_data.h.