struct_history.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
44/** branching and inference history information for single variable independent of the domain value */
47 SCIP_Real pscostcount[2]; /**< nr of (partial) summands in down/upwards pseudo costs (may be fractional) */
48 SCIP_Real pscostweightedmean[2]; /**< weighted mean of (partial) pseudo cost values for down/upwards branching */
49 SCIP_Real pscostvariance[2]; /**< weighted variance of (partial) pseudo cost history for down/upwards branching */
50 SCIP_Real ancpscostcount[2]; /**< nr of (partial) summands in down/upwards ancestral pseudo costs (may be fractional) */
51 SCIP_Real ancpscostweightedmean[2]; /**< weighted mean of (partial) ancestral pseudo cost values for down/upwards branching */
53 SCIP_Real conflengthsum[2]; /**< overall length of all active conflicts for which the variable gave reason */
54 SCIP_Real inferencesum[2]; /**< degree of how often branching on the variable lead to inference of another bound */
55 SCIP_Real cutoffsum[2]; /**< degree of how often branching on the variable lead to an infeasible sub problem */
56 SCIP_Real ratio; /**< Most recently computed value of the unpowered ratio (phi^l) in the Treemodel rules */
57 SCIP_Real balance; /**< Most recent value of r/l used to compute a ratio in the Treemodel rules */
58 SCIP_Real gmieff; /**< Most recent efficacy value of a GMI cut for the var row when basic / frac */
62 SCIP_Longint nactiveconflicts[2];/**< number of active conflicts for which the variable gave reason */
63 SCIP_Longint nbranchings[2]; /**< nr of times, the variable changed its bounds due to branching */
64 SCIP_Longint branchdepthsum[2]; /**< sum of depth levels, at which the branching bound changes took place */
67/** branching and inference history information for single variable dependent on the domain value */
70 SCIP_HISTORY** histories; /**< branching and inference history information for individual domain values */
common defines and data types used in all packages of SCIP
Definition: struct_history.h:46
SCIP_Real ancpscostweightedmean[2]
Definition: struct_history.h:51
Definition: struct_history.h:69
type definitions for branching and inference history