Graphviz  2.29.20120523.0446
Functions
lib/dotgen/acyclic.c File Reference
#include "dot.h"
Include dependency graph for acyclic.c:

Go to the source code of this file.

Functions

void reverse_edge (edge_t *e)
void acyclic (graph_t *g)

Function Documentation

void acyclic ( graph_t g)

Definition at line 57 of file acyclic.c.

References GD_comp, GD_nlist, ND_next, ND_mark, and FALSE.

void reverse_edge ( edge_t e)

Definition at line 21 of file acyclic.c.

References delete_fast_edge(), find_fast_edge(), aghead, agtail, merge_oneway(), and virtual_edge().