Main Page | Alphabetical List | Class List | File List | Class Members | File Members

data.c

Go to the documentation of this file.
00001 #include "bary.h"
00002 int G_timelimit;
00003 
00005 int max_nodes_per_layer;
00006 DEPTH *layer;
00007 int nr_crossings;
00008 GNODE *save_array = (GNODE *)0;
00009 int crossing_heuristics=0;
00010 GNODE *sort_array = (GNODE *)0;
00011 int size_of_sortarray = 0;
00012 DEPTH *tmp_layer = (DEPTH *)0;
00013 int size_of_tlayer = 0;
00014 int G_timelimit=0;
00015 
00016 int maxdepth;
00017 
00018 
00019 int size_upper_list; 
00020 int size_lower_list; 
00021 DLLIST lower_list = ((void *) 0); 
00022 DLLIST lower_list_end = ((void *) 0); 
00023 DLLIST upper_list = ((void *) 0); 
00024 DLLIST upper_list_end = ((void *) 0); 
00025 int nr_tcrossings; 
00026 
00027 
00028 int skip_baryphase2=0;
00029 
00030 int max_eprio =0; // mainvar
00031 int min_baryiterations =0; // topgraph
00032 
00033 
00034 // step4 
00035   int     maxr_lower_list = 0; 
00036   int     maxr_upper_list = 0; 
00037   int     maxr_sum        = 0; 
00038    int  upperxpos       = 0;
00039   int   lowerxpos       = 0;
00040 
00041 int nr_bary_iterations=0;
00042 int max_baryiterations=0;
00043 int max_horder_num=0;
00045 

Generated on Sat Aug 6 11:49:18 2005 for VCGIntrospector by doxygen 1.3.6