acyclic.h File Reference

#include "../untimed/graph.h"
Include dependency graph for acyclic.h:
This graph shows which files directly or indirectly include this file:

Functions

bool isAcyclic (SDFgraph *g)

Function Documentation

bool isAcyclic ( SDFgraph g  ) 

isAcyclic () The function returns true of the SDF graph is acyclic. Else it returns false.

References component, and stronglyConnectedComponents().

Referenced by analyzeSDFG().

Here is the call graph for this function: