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
Forest Struct Reference

A Forest is a list of Sets. More...

#include <mfset.h>

Public Attributes

unsigned short num_sets
 Number of Sets in the Forest.
 
Set sets [MAX_VERTEX_NUM]
 Array of Sets.
 

Detailed Description

A Forest is a list of Sets.

Definition at line 28 of file mfset.h.

Member Data Documentation

◆ num_sets

unsigned short Forest::num_sets

Number of Sets in the Forest.

Definition at line 29 of file mfset.h.

◆ sets

Set Forest::sets[MAX_VERTEX_NUM]

Array of Sets.

Definition at line 30 of file mfset.h.