DPTGdata_t Struct Reference

Structure to hold information about the graph. More...


Data Fields

unsigned int n_H [2]
unsigned int n_dominos:DPT_MAX_DOM_LOG
unsigned int n_nodes:DPT_MAX_NODE_LOG
unsigned int n_A [DPT_MAX_DOM]
unsigned int n_B [DPT_MAX_DOM]
unsigned int n_Tc [DPT_MAX_DOM]


Detailed Description

Structure to hold information about the graph.

Definition at line 46 of file eg_dptighten.c.


Field Documentation

unsigned int DPTGdata_t::n_A[DPT_MAX_DOM]
 

size of every A set

Definition at line 51 of file eg_dptighten.c.

unsigned int DPTGdata_t::n_B[DPT_MAX_DOM]
 

size of every B set

Definition at line 52 of file eg_dptighten.c.

unsigned int DPTGdata_t::n_dominos
 

number of dominos

Definition at line 49 of file eg_dptighten.c.

unsigned int DPTGdata_t::n_H[2]
 

size of handle(n_H[1]) and co-handle(n_H[0])

Definition at line 48 of file eg_dptighten.c.

unsigned int DPTGdata_t::n_nodes
 

nodes in the graph

Definition at line 50 of file eg_dptighten.c.

unsigned int DPTGdata_t::n_Tc[DPT_MAX_DOM]
 

size of every T^c set

Definition at line 53 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