Data Fields | |
EGbbtreeNode_t * | tree_cn |
EGbitset_t | Ia [DPT_MAX_DOM >> __EGBIT_SHIFT__] |
EGbitset_t | Ib [DPT_MAX_DOM >> __EGBIT_SHIFT__] |
EGbitset_t | added [DPT_MAX_DOM >> __EGBIT_SHIFT__] |
EGbitset_t | flipA [DPT_MAX_DOM >> __EGBIT_SHIFT__] |
EGbitset_t | flipB [DPT_MAX_DOM >> __EGBIT_SHIFT__] |
unsigned int | n_in_A:DPT_MAX_DOM_LOG |
unsigned int | n_in_T:DPT_MAX_DOM_LOG |
unsigned int | in_H:1 |
unsigned int | added_H:1 |
DPTFullMove_t | full_move |
Definition at line 71 of file eg_dptighten.c.
|
bitset indicating if this node have been added to T_i set Definition at line 88 of file eg_dptighten.c. |
|
one if this node has been aded to H Definition at line 101 of file eg_dptighten.c. |
|
bitset indicating if this node have been fliped form A to B Definition at line 91 of file eg_dptighten.c. |
|
bitset indicating if this node have been fliped form B to A Definition at line 94 of file eg_dptighten.c. |
|
Full move for the node Definition at line 105 of file eg_dptighten.c. |
|
indicatriz for A set for this node Definition at line 82 of file eg_dptighten.c. |
|
indicatriz for B set for this node Definition at line 85 of file eg_dptighten.c. |
|
one if this node in H Definition at line 100 of file eg_dptighten.c. |
|
in how many A sets this node bellong Definition at line 96 of file eg_dptighten.c. |
|
in how many T sets this node bellong Definition at line 98 of file eg_dptighten.c. |
|
pointer to the tree conector storing the best move for this node Definition at line 76 of file eg_dptighten.c. |