node_t Derived Type

type, public :: node_t

Node object to represent a node in the network. It contains an ID, degree, and list of hyperedges that the node belongs to.


Inherited by

type~~node_t~~InheritedByGraph type~node_t node_t type~network_t network_t type~network_t->type~node_t nodes

Components

Type Visibility Attributes Name Initial
integer(kind=i4), public :: degree = 0
integer(kind=i4), public, allocatable :: edges(:)
integer(kind=i4), public, allocatable :: dual_nodes(:)