#include <eg_greedytypes.h>
Collaboration diagram for EGdkdomino_t:
Data Fields | |
unsigned int | k |
unsigned int | max_k |
unsigned int | orientation |
EGinternalPairs_t * | pairs |
unsigned int * | handleid |
EGdualCut_t * | cut |
Definition at line 198 of file eg_greedytypes.h.
|
representation Definition at line 205 of file eg_greedytypes.h. |
|
Array containing handle ids of pairs Definition at line 204 of file eg_greedytypes.h. |
|
Number of pairs for this k-domino Definition at line 200 of file eg_greedytypes.h. |
|
Max number of pairs for this k-domino Definition at line 201 of file eg_greedytypes.h. |
|
which side of the embedding are the paths in Definition at line 202 of file eg_greedytypes.h. |
|
Array containing all used pairs in the cut Definition at line 203 of file eg_greedytypes.h. |