This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | DP_VERSION_STRING "05-10-14-0924" |
#define | DP_RESET_VALUE -0.002 |
#define | DP_MAXVIOLATED_EPSILON 0.0001 |
#define | DDPC_BEST_VIOLATION 1 |
#define | DDPC_REPLACE_CLOSE 1 |
#define | DP_BIG_ANGLE 0.55 |
#define | DDPC_IMPROVE_SPREAD 1 |
#define | SELECT_MIN_NORM 1.5 |
#define | DP_MAXDECREASE 0.5 |
#define | DP_LONGEST 1 |
#define | DP_SHORTEST 2 |
#define | DP_LIGHTEST 3 |
#define | DP_HEVIEST 4 |
#define | DP_CHOOSE_MIDDLE DP_LONGEST |
#define | ZERO_X_EPSILON 0.000001 |
#define | CHECK_MODE 0 |
#define | DISPLAY_MODE 1 |
#define | DISPLAY_RESOLUTION 10 |
#define | IDR (1.0/DISPLAY_RESOLUTION) |
#define | LOG_MODE 1 |
#define | ELIM_EDGES 1 |
#define | __DP_ONES_PATH_CONTRACT__ 1 |
#define | DDOM_EPSILON 0.00001 |
#define | DDOM_LARGE_MODE 1 |
#define | DP_REMOVE_EMPTY_HANDLES 1 |
#define | DDP_HEURISTIC 1 |
#define | DDP_HEURISTIC_CHANCES 15 |
#define | DDP_HEURISTIC_MAXCUTS 500 |
#define | DDP_MIN_VIOLATION 0.001 |
#define | DDPC_PERTURB_ODD 0 |
#define | DP_TEETHING 0 |
#define | DP_TEETHING_PERTURBATION 1e-6 |
#define | DP_HEUR_MIN_DOM 3 |
#define | DP_HEUR_CLOSE_BIAS 0.1 |
#define | DP_HEUR_MORE_DOM_BIAS 0.65 |
#define | DP_HEUR_BACKTRACK_K 10 |
#define | OLD_HEURISTIC 0 |
#define | NEW_HEURISTIC 1 |
#define | WHICH_HEURISTIC 1 |
Typedefs | |
typedef int(* | DPfindTree_f )(int ncount, int ecount, int *elist, double *wlist, int *tlist, void *function_data) |
Variables | |
double | DDP_HEURISTIC_MAXTIME |
|
Definition at line 82 of file dp_config.h. |
|
Definition at line 59 of file dp_config.h. |
|
Definition at line 91 of file dp_config.h. |
|
Definition at line 98 of file dp_config.h. |
|
Definition at line 109 of file dp_config.h. |
|
Definition at line 113 of file dp_config.h. |
|
Definition at line 121 of file dp_config.h. |
|
Definition at line 125 of file dp_config.h. |
|
Definition at line 22 of file dp_config.h. |
|
Definition at line 33 of file dp_config.h. |
|
Definition at line 129 of file dp_config.h. |
|
Definition at line 26 of file dp_config.h. |
|
Definition at line 63 of file dp_config.h. |
|
Definition at line 67 of file dp_config.h. |
|
Definition at line 29 of file dp_config.h. |
|
Definition at line 48 of file dp_config.h. |
|
Definition at line 153 of file dp_config.h. |
|
Definition at line 145 of file dp_config.h. |
|
Definition at line 141 of file dp_config.h. |
|
Definition at line 149 of file dp_config.h. |
|
Definition at line 46 of file dp_config.h. |
|
Definition at line 45 of file dp_config.h. |
|
Definition at line 43 of file dp_config.h. |
|
Definition at line 40 of file dp_config.h. |
|
Definition at line 17 of file dp_config.h. |
|
Definition at line 102 of file dp_config.h. |
|
Definition at line 12 of file dp_config.h. |
|
Definition at line 44 of file dp_config.h. |
|
Definition at line 133 of file dp_config.h. |
|
Definition at line 137 of file dp_config.h. |
|
Definition at line 4 of file dp_config.h. |
|
Definition at line 76 of file dp_config.h. |
|
Definition at line 68 of file dp_config.h. |
|
Definition at line 72 of file dp_config.h. |
|
Definition at line 161 of file dp_config.h. |
|
Definition at line 157 of file dp_config.h. |
|
Definition at line 36 of file dp_config.h. |
|
Definition at line 165 of file dp_config.h. |
|
Definition at line 55 of file dp_config.h. |
|
Definition at line 172 of file dp_config.h. |
|
Definition at line 20 of file eg_dpseparator.c. |