Graphviz  2.41.20171026.1811
Functions
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 FALSE, GD_comp, GD_nlist, ND_mark, and ND_next.

void reverse_edge ( edge_t e)