Detailed Description
auxiliary data for (single) closenodes run
Definition at line 44 of file extreduce_dist.c.
Data Fields | |
| int * | prededge |
| SCIP_Bool * | edgemark |
| int | startvertex |
| SCIP_Bool | is_buildphase |
Field Documentation
◆ prededge
| int* close_nodes_run::prededge |
predecessors
Definition at line 46 of file extreduce_dist.c.
Referenced by closeNodesRunCompute(), closeNodesRunExit(), closeNodesRunInit(), and getCloseNodeDistanceForbiddenLast().
◆ edgemark
| SCIP_Bool* close_nodes_run::edgemark |
debug only
Definition at line 47 of file extreduce_dist.c.
Referenced by closeNodesRunCompute(), closeNodesRunExit(), closeNodesRunInit(), and distDataRecomputeNormalDist().
◆ startvertex
| int close_nodes_run::startvertex |
start vertex
Definition at line 48 of file extreduce_dist.c.
Referenced by closeNodesRunCompute(), closeNodesRunInit(), distDataComputeCloseNodes(), and extreduce_distDataInit().
◆ is_buildphase
| SCIP_Bool close_nodes_run::is_buildphase |
in build up phase?
Definition at line 49 of file extreduce_dist.c.
Referenced by closeNodesRunCompute(), and extreduce_distDataInit().
