|
ARB
|
#include <arbdb_base.h>

Go to the source code of this file.
Classes | |
| struct | KL_Settings |
Enumerations | |
| enum | KL_DYNAMIC_THRESHOLD_TYPE { AP_QUADRAT_START = 5, AP_QUADRAT_MAX = 6 } |
| enum | EdgeSpec { ANY_EDGE = 0, SKIP_UNMARKED_EDGES = 1, SKIP_FOLDED_EDGES = 2, SKIP_LEAF_EDGES = 4, SKIP_INNER_EDGES = 8 } |
Variables | |
| const int | CUSTOM_STATIC_PATH_REDUCTION_DEPTH = 5 |
| const int | CUSTOM_DEPTHS = CUSTOM_STATIC_PATH_REDUCTION_DEPTH+1 |
| #define PREFIX_OPTI "optimize/" |
Definition at line 18 of file pars_awars.h.
| #define PREFIX_KL "kernlin/" |
Definition at line 19 of file pars_awars.h.
| #define PREFIX_KL_STATIC PREFIX_KL "static/" |
Definition at line 20 of file pars_awars.h.
| #define PREFIX_KL_DYNAMIC PREFIX_KL "dynamic/" |
Definition at line 21 of file pars_awars.h.
| #define PREFIX_RAND "randomize/" |
Definition at line 22 of file pars_awars.h.
| #define AWAR_OPTI_MARKED_ONLY PREFIX_OPTI "marked" |
Definition at line 24 of file pars_awars.h.
Referenced by create_optimize_vars(), createOptimizeWindow(), and KL_Settings::KL_Settings().
| #define AWAR_OPTI_SKIP_FOLDED PREFIX_OPTI "visible" |
Definition at line 25 of file pars_awars.h.
Referenced by create_optimize_vars(), createOptimizeWindow(), and KL_Settings::KL_Settings().
| #define AWAR_RAND_REPEAT "tmp/" PREFIX_RAND "repeat" |
Definition at line 27 of file pars_awars.h.
Referenced by createOptimizeWindow(), pars_create_all_awars(), randomMixTree(), and update_random_repeat().
| #define AWAR_RAND_PERCENT PREFIX_RAND "percent" |
Definition at line 28 of file pars_awars.h.
Referenced by createOptimizeWindow(), pars_create_all_awars(), and randomMixTree().
| #define AWAR_KL_MAXDEPTH PREFIX_KL "maxdepth" |
Definition at line 30 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_INCDEPTH PREFIX_KL "inc_depth" |
Definition at line 31 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_STATIC_ENABLED PREFIX_KL_STATIC "enable" |
Definition at line 33 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_STATIC_DEPTH1 PREFIX_KL_STATIC "depth1" |
Definition at line 34 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_STATIC_DEPTH2 PREFIX_KL_STATIC "depth2" |
Definition at line 35 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_STATIC_DEPTH3 PREFIX_KL_STATIC "depth3" |
Definition at line 36 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_STATIC_DEPTH4 PREFIX_KL_STATIC "depth4" |
Definition at line 37 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_STATIC_DEPTH5 PREFIX_KL_STATIC "depth5" |
Definition at line 38 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_DYNAMIC_ENABLED PREFIX_KL_DYNAMIC "enable" |
Definition at line 40 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_DYNAMIC_START PREFIX_KL_DYNAMIC "start" |
Definition at line 41 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_DYNAMIC_MAXX PREFIX_KL_DYNAMIC "maxx" |
Definition at line 42 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_DYNAMIC_MAXY PREFIX_KL_DYNAMIC "maxy" |
Definition at line 43 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| #define AWAR_KL_FUNCTION_TYPE PREFIX_KL "function_type" |
Definition at line 45 of file pars_awars.h.
Referenced by create_kernighan_properties_window(), create_optimize_vars(), and KL_Settings::KL_Settings().
| Enumerator | |
|---|---|
| AP_QUADRAT_START | |
| AP_QUADRAT_MAX | |
Definition at line 52 of file pars_awars.h.
| enum EdgeSpec |
| Enumerator | |
|---|---|
| ANY_EDGE | |
| SKIP_UNMARKED_EDGES | |
| SKIP_FOLDED_EDGES | |
| SKIP_LEAF_EDGES | |
| SKIP_INNER_EDGES | |
Definition at line 57 of file pars_awars.h.
| const int CUSTOM_STATIC_PATH_REDUCTION_DEPTH = 5 |
Definition at line 49 of file pars_awars.h.
| const int CUSTOM_DEPTHS = CUSTOM_STATIC_PATH_REDUCTION_DEPTH+1 |
Definition at line 50 of file pars_awars.h.
Referenced by ArbParsimony::kernighan_optimize_tree(), and AP_tree_edge::kl_rec().
1.8.8