Detailed Description
lightweight store for implied profit
Definition at line 135 of file reducedefs.h.
#include <reducedefs.h>
Data Fields | |
SCIP_Real *RESTRICT | nodes_bias |
SCIP_Real *RESTRICT | nodes_bias2 |
int *RESTRICT | nodes_biassource |
int *RESTRICT | nodes_biassource2 |
Field Documentation
◆ nodes_bias
SCIP_Real* RESTRICT special_distance_implied_profit::nodes_bias |
bias per node
Definition at line 137 of file reducedefs.h.
Referenced by computeSteinerTree_execBiased(), getSdProfit(), pseudodeleteBiasedIsPromising(), reduce_sdprofitFree(), reduce_sdprofitGetProfit(), reduce_sdprofitPrintStats(), sdprofitAlloc(), sdprofitBuild(), sdprofitBuild1stOnly(), and sdprofitUpdateNode().
◆ nodes_bias2
SCIP_Real* RESTRICT special_distance_implied_profit::nodes_bias2 |
second best bias per node
Definition at line 138 of file reducedefs.h.
Referenced by getSdProfit(), reduce_sdprofitFree(), reduce_sdprofitGetProfit(), sdprofitAlloc(), sdprofitBuild(), and sdprofitUpdateNode().
◆ nodes_biassource
int* RESTRICT special_distance_implied_profit::nodes_biassource |
source terminal per node
Definition at line 139 of file reducedefs.h.
Referenced by computeSteinerTree_execBiased(), getSdProfit(), reduce_sdprofitFree(), reduce_sdprofitGetProfit(), sdprofitAlloc(), sdprofitBuild(), sdprofitBuild1stOnly(), and sdprofitUpdateNode().
◆ nodes_biassource2
int* RESTRICT special_distance_implied_profit::nodes_biassource2 |
second source terminal per node
Definition at line 140 of file reducedefs.h.
Referenced by getSdProfit(), reduce_sdprofitFree(), reduce_sdprofitGetProfit(), sdprofitAlloc(), sdprofitBuild(), and sdprofitUpdateNode().