DPTNdata_t Struct Reference

Collaboration diagram for DPTNdata_t:

Collaboration graph
[legend]

Data Fields

EGbbtreeNode_ttree_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

Detailed Description

@ brieg information regarding every node

Definition at line 71 of file eg_dptighten.c.


Field Documentation

EGbitset_t DPTNdata_t::added[DPT_MAX_DOM >> __EGBIT_SHIFT__]
 

bitset indicating if this node have been added to T_i set

Definition at line 88 of file eg_dptighten.c.

unsigned int DPTNdata_t::added_H
 

one if this node has been aded to H

Definition at line 101 of file eg_dptighten.c.

EGbitset_t DPTNdata_t::flipA[DPT_MAX_DOM >> __EGBIT_SHIFT__]
 

bitset indicating if this node have been fliped form A to B

Definition at line 91 of file eg_dptighten.c.

EGbitset_t DPTNdata_t::flipB[DPT_MAX_DOM >> __EGBIT_SHIFT__]
 

bitset indicating if this node have been fliped form B to A

Definition at line 94 of file eg_dptighten.c.

DPTFullMove_t DPTNdata_t::full_move
 

Full move for the node

Definition at line 105 of file eg_dptighten.c.

EGbitset_t DPTNdata_t::Ia[DPT_MAX_DOM >> __EGBIT_SHIFT__]
 

indicatriz for A set for this node

Definition at line 82 of file eg_dptighten.c.

EGbitset_t DPTNdata_t::Ib[DPT_MAX_DOM >> __EGBIT_SHIFT__]
 

indicatriz for B set for this node

Definition at line 85 of file eg_dptighten.c.

unsigned int DPTNdata_t::in_H
 

one if this node in H

Definition at line 100 of file eg_dptighten.c.

unsigned int DPTNdata_t::n_in_A
 

in how many A sets this node bellong

Definition at line 96 of file eg_dptighten.c.

unsigned int DPTNdata_t::n_in_T
 

in how many T sets this node bellong

Definition at line 98 of file eg_dptighten.c.

EGbbtreeNode_t* DPTNdata_t::tree_cn
 

pointer to the tree conector storing the best move for this node

Definition at line 76 of file eg_dptighten.c.


The documentation for this struct was generated from the following file:
Generated on Thu Oct 20 14:59:11 2005 for DominoParitySeparator by  doxygen 1.4.5