All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
history.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
70 /** updates the pseudo costs for a change of "solvaldelta" in the variable's LP solution value and a change of "objdelta"
93 SCIP_VALUEHISTORY** valuehistory, /**< pointer to store the value based branching and inference histories */
136 /** returns the (possible fractional) number of (partial) pseudo cost updates performed on this pseudo cost entry in
145 /** returns whether the pseudo cost entry is empty in the given branching direction (whether no value was added yet) */
167 /** increases the number of active conflicts by one and the overall length of the history entry by the given weight */
251 /* In optimized mode, the function calls are overwritten by defines to reduce the number of function calls and
|