#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) |
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().