@kv
0.0.4
Library for graph problems in C and Python
|
A directed weighted grid graph. More...
#include <grapharray.h>
Public Attributes | |
uint64_t * | neighbors |
AtArrayHeader * | h |
double * | weights |
uint8_t * | active |
uint8_t | adjacency |
uint8_t | padding [6] |
A directed weighted grid graph.
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>