/misc/src/release/graphviz-2.18-1/src/graphviz-2.18/lib/common/ns.c File Reference

#include "render.h"

Include dependency graph for ns.c:

Go to the source code of this file.

Defines

#define LENGTH(e)   (ND_rank(e->head) - ND_rank(e->tail))
#define SLACK(e)   (LENGTH(e) - ED_minlen(e))
#define SEQ(a, b, c)   (((a) <= (b)) && ((b) <= (c)))
#define TREE_EDGE(e)   (ED_tree_index(e) >= 0)
#define SEARCHSIZE   30

Functions

int rank (graph_t *g, int balance, int maxiter)


Define Documentation

#define LENGTH (  )     (ND_rank(e->head) - ND_rank(e->tail))

Definition at line 32 of file ns.c.

#define SEARCHSIZE   30

Definition at line 42 of file ns.c.

Referenced by rank().

#define SEQ ( a,
b,
 )     (((a) <= (b)) && ((b) <= (c)))

Definition at line 34 of file ns.c.

#define SLACK (  )     (LENGTH(e) - ED_minlen(e))

Definition at line 33 of file ns.c.

#define TREE_EDGE (  )     (ED_tree_index(e) >= 0)

Definition at line 35 of file ns.c.


Function Documentation

int rank ( graph_t g,
int  balance,
int  maxiter 
)

Definition at line 581 of file ns.c.

References agget(), elapsed_sec(), SEARCHSIZE, start_timer(), and Verbose.

Referenced by dot_position(), and sizeArray().


Generated on Mon Mar 31 19:04:47 2008 for Graphviz by  doxygen 1.5.1