Go to the source code of this file.
Functions |
void | print_matrix (char *txt, char **lqm) |
void | print_vector (char *txt, char *t) |
int | tree_copy_lqm (char **src_lqm, char **dst_lqm) |
void | tree_create_lqm_from_tree (char **lqm, char *tree) |
void | tree_create_tree_from_lqm (char *tree, char **lqm) |
void | tree_create_tree_from_lqm1 (char *tree, char **lqm) |
void | tree_create_tree_from_lqm2 (char *tree, char **lqm) |
void | tree_free (void) |
void | tree_get_next_tree (char *cp) |
char * | tree_get_saved_tree (void) |
int | tree_get_tree_path (char **lqm, int id, char *path) |
void | tree_init (void) |
char * | tree_next_tree_get_ptr (void) |
void | tree_save_tree (char *cp) |
void | tree_set_next_tree (char *cp) |
int | tree_which_best (char *t1, char *t2) |
Variables |
int | error_happened = 0 |
static char ** | tmp_lqm |
static char * | tree |
static char * | tree_bak |
Function Documentation
Variable Documentation
Definition at line 9 of file tree.c.