#include "bary.h"
Include dependency graph for data.c:
Go to the source code of this file.
Variables | |
int | G_timelimit = 0 |
int | max_nodes_per_layer |
DATA. | |
DEPTH * | layer |
int | nr_crossings |
GNODE * | save_array = (GNODE *)0 |
int | crossing_heuristics = 0 |
GNODE * | sort_array = (GNODE *)0 |
int | size_of_sortarray = 0 |
DEPTH * | tmp_layer = (DEPTH *)0 |
int | size_of_tlayer = 0 |
int | maxdepth |
int | size_upper_list |
int | size_lower_list |
DLLIST | lower_list = ((void *) 0) |
DLLIST | lower_list_end = ((void *) 0) |
DLLIST | upper_list = ((void *) 0) |
DLLIST | upper_list_end = ((void *) 0) |
int | nr_tcrossings |
int | skip_baryphase2 = 0 |
int | max_eprio = 0 |
int | min_baryiterations = 0 |
int | maxr_lower_list = 0 |
int | maxr_upper_list = 0 |
int | maxr_sum = 0 |
int | upperxpos = 0 |
int | lowerxpos = 0 |
int | nr_bary_iterations = 0 |
int | max_baryiterations = 0 |
int | max_horder_num = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DATA.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|