Detailed Description
Voronoi data
Definition at line 326 of file graphdefs.h.
#include <graphdefs.h>
Data Fields | |
SCIP_Real * | nodes_dist |
int * | nodes_predEdge |
int * | nodes_base |
int | nnodes |
SCIP_Bool | usingBufferArrays |
Field Documentation
◆ nodes_dist
SCIP_Real* voronoi_storage::nodes_dist |
distance to base for each node
Definition at line 328 of file graphdefs.h.
Referenced by distgraphAddEdges(), graph_vnoiFree(), graph_vnoiInit(), vnoiCompute(), vnoiComputeImplied(), and vnoiInit().
◆ nodes_predEdge
int* voronoi_storage::nodes_predEdge |
predecessor edge (incoming) to each node
Definition at line 329 of file graphdefs.h.
Referenced by graph_vnoiFree(), graph_vnoiInit(), sdgraphMstMarkOrgEdges(), vnoiCompute(), vnoiComputeImplied(), and vnoiInit().
◆ nodes_base
int* voronoi_storage::nodes_base |
base of each node
Definition at line 330 of file graphdefs.h.
Referenced by distgraphAddEdges(), graph_vnoiFree(), graph_vnoiInit(), sdgraphMstMarkOrgEdges(), vnoiCompute(), vnoiComputeImplied(), and vnoiInit().
◆ nnodes
int voronoi_storage::nnodes |
number of nodes
Definition at line 331 of file graphdefs.h.
Referenced by graph_vnoiCompute(), graph_vnoiComputeImplied(), and graph_vnoiInit().
◆ usingBufferArrays
SCIP_Bool voronoi_storage::usingBufferArrays |
are buffer arrays being used?
Definition at line 332 of file graphdefs.h.
Referenced by graph_vnoiFree(), and graph_vnoiInit().