Scippy

SCIP

Solving Constraint Integer Programs

special_distance_implied_profit Struct Reference

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

◆ 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

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