Scippy

SCIP

Solving Constraint Integer Programs

pseudo_ancestors Struct Reference

Detailed Description

node ancestors resulting from pseudo-elimination, typedef PSEUDOANS

Definition at line 52 of file graph_history.c.

Data Fields

BLOCKANSans_halfedges
 
BLOCKANSans_nodes
 
int nnodes
 
int halfnedges
 
int nAllPseudoancestors
 

Field Documentation

◆ ans_halfedges

◆ ans_nodes

◆ 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