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 element of the list of SubProblems. More...
#include <b_and_b_data.h>
Public Attributes | |
SubProblem | subProblem |
The SubProblem. | |
struct SubProblemElem * | next |
The next element of the list. | |
struct SubProblemElem * | prev |
The previous element of the list. | |
The element of the list of SubProblems.
Definition at line 79 of file b_and_b_data.h.
struct SubProblemElem* SubProblemElem::next |
The next element of the list.
Definition at line 81 of file b_and_b_data.h.
struct SubProblemElem* SubProblemElem::prev |
The previous element of the list.
Definition at line 82 of file b_and_b_data.h.
SubProblem SubProblemElem::subProblem |
The SubProblem.
Definition at line 80 of file b_and_b_data.h.