@kv  0.0.4
Library for graph problems in C and Python
AtGraphArray Struct Reference

A directed weighted grid graph. More...

#include <grapharray.h>

Public Attributes

uint64_t * neighbors
 
AtArrayHeaderh
 
double * weights
 
uint8_t * active
 
uint8_t adjacency
 
uint8_t padding [6]
 

Detailed Description

A directed weighted grid graph.

Member Data Documentation

uint8_t* AtGraphArray::active

<node,neighbor> is active?

uint8_t AtGraphArray::adjacency

Neighboring

AtArrayHeader* AtGraphArray::h

dim, shape, step...

uint64_t* AtGraphArray::neighbors

indices of neighbors for each node

uint8_t AtGraphArray::padding[6]

Memory alignment

double* AtGraphArray::weights

weights of edges <node,neighbor>


The documentation for this struct was generated from the following file: