PandA-2024.02
|
#include <simple_API.h>
Data Fields | |
NodeId | node |
PropertyId | property |
int | source |
int | dest |
int | weight |
Definition at line 16 of file simple_API.h.
int Edge::dest |
Definition at line 10 of file bellmanford.c.
Referenced by test_panda.StoreOrUpdateMin::__call__().
NodeId Edge::node |
Definition at line 17 of file simple_API.h.
Referenced by __attribute__(), getInDegree(), getInEdges(), getOutDegree(), and getOutEdges().
PropertyId Edge::property |
Definition at line 18 of file simple_API.h.
Referenced by __attribute__().
int Edge::source |
Definition at line 9 of file bellmanford.c.
int Edge::weight |
Definition at line 11 of file bellmanford.c.