Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Functions | |
void | reverse_edge (edge_t *e) |
static void | dfs (node_t *n) |
void | acyclic (graph_t *g) |
void acyclic | ( | graph_t * | g | ) |
Definition at line 56 of file acyclic.c.
References dfs(), GD_comp, GD_nlist, ND_mark, and ND_next.
Referenced by dot1_rank(), and makeGraphData().
|
static |
Definition at line 32 of file acyclic.c.
References aghead, dfs(), ND_mark, ND_onstack, ND_out, and reverse_edge().
void reverse_edge | ( | edge_t * | e | ) |
Definition at line 20 of file acyclic.c.
References aghead, agtail, delete_fast_edge(), find_fast_edge(), merge_oneway(), and virtual_edge().
Referenced by dfs(), and minmax_edges().