#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) |
void acyclic | ( | graph_t * | g | ) |
void reverse_edge | ( | edge_t * | e | ) |
Definition at line 24 of file acyclic.c.
References delete_fast_edge(), find_fast_edge(), Agedge_t::head, merge_oneway(), Agedge_t::tail, and virtual_edge().