trace_triplet Struct Reference
Detailed Description
helper data
Definition at line 40 of file dpterms_core.c.
Data Fields | |
SCIP_Real | bdist_local |
SCIP_Real | bdist_global |
int | index |
Field Documentation
◆ bdist_local
SCIP_Real trace_triplet::bdist_local |
temporary tree bottleneck distance
Definition at line 42 of file dpterms_core.c.
Referenced by subtreesBuild().
◆ bdist_global
SCIP_Real trace_triplet::bdist_global |
tree bottleneck distance
Definition at line 43 of file dpterms_core.c.
Referenced by subtreesBuild().
◆ index
int trace_triplet::index |
index
Definition at line 44 of file dpterms_core.c.
Referenced by combineWithIntersecting(), and subtreesBuild().