Public Member Functions | Public Attributes

jmitie::CjNLTopology::link_t Struct Reference

A struct describing a simple link: two end-point nodes and the weight of the link in either direction. More...

#include <CjNLTopology.hh>

List of all members.

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

Detailed Description

A struct describing a simple link: two end-point nodes and the weight of the link in either direction.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator