Scippy

SCIP

Solving Constraint Integer Programs

voronoi_storage Struct Reference

Detailed Description

Voronoi data

Definition at line 326 of file graphdefs.h.

#include <graphdefs.h>

Data Fields

SCIP_Realnodes_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

◆ 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().