Graph Convolutional Branch and Bound v1.0.0
A TSP solver that combines a graph convolutional network with a 1-Tree branch-and-bound.
Loading...
Searching...
No Matches
Public Attributes | List of all members
SubProblemsListIterator Struct Reference

The iterator of the list of SubProblems. More...

#include <b_and_b_data.h>

Public Attributes

SubProblemsListlist
 The list to iterate.
 
SubProblemElemcurr
 The current element of the list.
 
size_t index
 The index of the current element of the list.
 

Detailed Description

The iterator of the list of SubProblems.

Definition at line 95 of file b_and_b_data.h.

Member Data Documentation

◆ curr

SubProblemElem* SubProblemsListIterator::curr

The current element of the list.

Definition at line 97 of file b_and_b_data.h.

◆ index

size_t SubProblemsListIterator::index

The index of the current element of the list.

Definition at line 98 of file b_and_b_data.h.

◆ list

SubProblemsList* SubProblemsListIterator::list

The list to iterate.

Definition at line 96 of file b_and_b_data.h.