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 iterator of the list of SubProblems. More...
#include <b_and_b_data.h>
Public Attributes | |
SubProblemsList * | list |
The list to iterate. | |
SubProblemElem * | curr |
The current element of the list. | |
size_t | index |
The index of the current element of the list. | |
The iterator of the list of SubProblems.
Definition at line 95 of file b_and_b_data.h.
SubProblemElem* SubProblemsListIterator::curr |
The current element of the list.
Definition at line 97 of file b_and_b_data.h.
size_t SubProblemsListIterator::index |
The index of the current element of the list.
Definition at line 98 of file b_and_b_data.h.
SubProblemsList* SubProblemsListIterator::list |
The list to iterate.
Definition at line 96 of file b_and_b_data.h.