Concorde pq.h functions

Organizational index     Function index     Program index     Macro index     Data Types index    

CCpq_tree_init

File:
PQ/pq.c
Header:
pq.h
Prototype:
void CCpq_tree_init (CCpq_tree *T)
Description:
NONE

CCpq_tree_free

File:
PQ/pq.c
Header:
pq.h
Prototype:
void CCpq_tree_free (CCpq_tree *T)
Description:
NONE

CCpq_describe_solution

File:
PQ/pq.c
Header:
pq.h
Prototype:
void CCpq_describe_solution (CCpq_tree *T)
Description:
NONE

CCpq_dump_solution

File:
PQ/pq.c
Header:
pq.h
Prototype:
void CCpq_dump_solution (CCpq_tree *T)
Description:
NONE

CCpq_check

File:
PQ/pq.c
Header:
pq.h
Prototype:
int CCpq_check (CCpq_tree *T, int *status)
Description:
NONE

CCpq_apply

File:
PQ/pq.c
Header:
pq.h
Prototype:
int CCpq_apply (CCpq_tree *T, int *status)
Description:
NONE

CCpq_tree_trivial

File:
PQ/pq.c
Header:
pq.h
Prototype:
int CCpq_tree_trivial (CCpq_tree *T, int nodecount, int extern_node)
Description:
NONE

CCpq_cuttree_to_pq

File:
PQ/pq.c
Header:
pq.h
Prototype:
int CCpq_cuttree_to_pq (struct CCtsp_cuttree *ct, CCpq_tree *pqT)
Description:
NONE

CCpq_find_root

File:
PQ/pq.c
Header:
pq.h
Prototype:
CCpq_node *CCpq_find_root (CCpq_tree *T)
Description:
NONE