Graphviz  2.41.20171026.1811
Macros | Functions
comp.c File Reference
#include <fdp.h>
#include <comp.h>
#include <pack.h>
#include <assert.h>
Include dependency graph for comp.c:

Go to the source code of this file.

Macros

#define FDP_PRIVATE   1
 
#define MARK(n)   (marks[ND_id(n)])
 

Functions

graph_t ** findCComp (graph_t *g, int *cnt, int *pinned)
 

Macro Definition Documentation

#define FDP_PRIVATE   1

Definition at line 24 of file comp.c.

#define MARK (   n)    (marks[ND_id(n)])

Definition at line 31 of file comp.c.

Referenced by findCComp().

Function Documentation

graph_t** findCComp ( graph_t g,
int cnt,
int pinned 
)