A struct describing a simple link: two end-point nodes and the weight of the link in either direction. More...
#include <CjNLTopology.hh>
Public Member Functions | |
link_t (unsigned int node_a_, unsigned int node_b_, WT wt_ab_, WT wt_ba_) | |
Public Attributes | |
unsigned int | node_a |
unsigned int | node_b |
WT | wt_ab |
WT | wt_ba |
A struct describing a simple link: two end-point nodes and the weight of the link in either direction.