|
digraph structure to store and handle graphs
Definition at line 171 of file struct_misc.h.
#include <struct_misc.h>
int** SCIP_Digraph::successors |
adjacency list: for each node (first dimension) list of all successors
Definition at line 173 of file struct_misc.h.
Referenced by depthFirstSearch(), ensureSuccessorsSize(), SCIPdigraphAddArc(), SCIPdigraphAddArcSafe(), SCIPdigraphComputeUndirectedComponents(), SCIPdigraphCopy(), SCIPdigraphGetSuccessors(), SCIPdigraphPrint(), SCIPdigraphPrintGml(), SCIPdigraphResize(), and SCIPdigraphSetSizes().
void*** SCIP_Digraph::arcdatas |
void** SCIP_Digraph::nodedatas |
int* SCIP_Digraph::successorssize |
int* SCIP_Digraph::nsuccessors |
number of successors stored in the adjacency lists of the nodes
Definition at line 177 of file struct_misc.h.
Referenced by depthFirstSearch(), SCIPdigraphAddArc(), SCIPdigraphAddArcSafe(), SCIPdigraphComputeUndirectedComponents(), SCIPdigraphCopy(), SCIPdigraphGetNArcs(), SCIPdigraphGetNSuccessors(), SCIPdigraphGetSuccessors(), SCIPdigraphGetSuccessorsDatas(), SCIPdigraphPrint(), SCIPdigraphPrintGml(), SCIPdigraphResize(), and SCIPdigraphSetSizes().
int* SCIP_Digraph::components |
int* SCIP_Digraph::componentstarts |
int SCIP_Digraph::ncomponents |
int SCIP_Digraph::componentstartsize |
|