|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_history.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
70 /* In optimized mode, the methods are implemented as defines to reduce the number of function calls and
int SCIPvaluehistoryGetNValues(SCIP_VALUEHISTORY *valuehistory) Definition: history.c:348 Definition: struct_history.h:50 SCIP_HISTORY ** SCIPvaluehistoryGetHistories(SCIP_VALUEHISTORY *valuehistory) Definition: history.c:358 Definition: struct_history.h:35 SCIP_Real SCIPhistoryGetVSIDS(SCIP_HISTORY *history, SCIP_BRANCHDIR dir) Definition: history.c:513 datastructures for branching and inference history SCIP_Real * SCIPvaluehistoryGetValues(SCIP_VALUEHISTORY *valuehistory) Definition: history.c:368 SCIP_Real SCIPhistoryGetCutoffSum(SCIP_HISTORY *history, SCIP_BRANCHDIR dir) Definition: history.c:655 |