Detailed Description
node ancestors resulting from pseudo-elimination, typedef PSEUDOANS
Definition at line 52 of file graph_history.c.
Data Fields | |
BLOCKANS * | ans_halfedges |
BLOCKANS * | ans_nodes |
int | nnodes |
int | halfnedges |
int | nAllPseudoancestors |
Field Documentation
◆ ans_halfedges
BLOCKANS* pseudo_ancestors::ans_halfedges |
(half) edge ancestors
Definition at line 54 of file graph_history.c.
Referenced by graph_edge_delPseudoAncestors(), graph_edge_getPseudoAncestors(), graph_edge_nPseudoAncestors(), graph_edge_printPseudoAncestors(), graph_freePseudoAncestors(), graph_initPseudoAncestorsSized(), graph_pseudoAncestors_addToEdge(), graph_pseudoAncestors_appendCopyArrayToEdge(), graph_pseudoAncestors_appendCopyEdge(), graph_pseudoAncestors_appendCopyEdgeToNode(), graph_pseudoAncestors_appendCopyNodeToEdge(), graph_pseudoAncestors_appendCopySingToEdge(), graph_pseudoAncestors_edgeIsHashed(), graph_pseudoAncestors_hashEdge(), graph_pseudoAncestors_hashEdgeDirty(), graph_pseudoAncestors_unhashEdge(), graph_pseudoAncestors_unhashEdgeDirty(), and graph_valid_pseudoAncestors().
◆ ans_nodes
BLOCKANS* pseudo_ancestors::ans_nodes |
(pc/mw) node ancestors
Definition at line 55 of file graph_history.c.
Referenced by graph_freePseudoAncestors(), graph_initPseudoAncestorsSized(), graph_knot_delPseudoAncestors(), graph_knot_getPseudoAncestors(), graph_knot_nPseudoAncestors(), graph_knot_printPseudoAncestors(), graph_pseudoAncestors_addToNode(), graph_pseudoAncestors_appendCopyEdgeToNode(), graph_pseudoAncestors_appendCopyNode(), graph_pseudoAncestors_appendCopyNodeToEdge(), graph_pseudoAncestors_hashNode(), graph_pseudoAncestors_hashNodeDirty(), graph_pseudoAncestors_nodeIsHashed(), graph_pseudoAncestors_unhashNode(), graph_pseudoAncestors_unhashNodeDirty(), and graph_valid_pseudoAncestors().
◆ nnodes
int pseudo_ancestors::nnodes |
number of nodes
Definition at line 56 of file graph_history.c.
Referenced by graph_initPseudoAncestorsSized(), and graph_pseudoAncestors_addToNode().
◆ halfnedges
int pseudo_ancestors::halfnedges |
half number of edges
Definition at line 57 of file graph_history.c.
Referenced by graph_initPseudoAncestorsSized(), and graph_pseudoAncestors_addToEdge().
◆ nAllPseudoancestors
int pseudo_ancestors::nAllPseudoancestors |
number of pseudo-ancestors
Definition at line 58 of file graph_history.c.
Referenced by graph_addPseudoAncestor(), graph_addPseudoAncestors(), graph_freePseudoAncestors(), graph_getNpseudoAncestors(), graph_initPseudoAncestorsSized(), graph_pseudoAncestors_addToEdge(), graph_pseudoAncestors_addToNode(), and graph_pseudoAncestorsGetHashArraySize().