#include "graph_layout.h"
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <tcl.h>
#include "suifkernel/suifkernel_forwarders.h"
Defines | |
#define | MIN(x,y) ((x) < (y) ? (x) : (y)) |
#define | MAX(x,y) ((x) > (y) ? (x) : (y)) |
#define | DPRIORITY 32 |
#define | FAN_SPACE_FACTOR 2 |
Functions | |
bool | is_member (layout_node_list *l, layout_node *key) |
|
|
|
|
|