All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_history.h File Reference Detailed Descriptionpublic methods for branching and inference history structure Definition in file pub_history.h. Go to the source code of this file.
Function Documentation
gets the conflict score of the history entry
Definition at line 457 of file history.c. References NULL, SCIP_BRANCHDIR_DOWNWARDS, SCIP_BRANCHDIR_UPWARDS, and SCIP_History::vsids. Referenced by checkValueScore(), SCIPgetAvgConflictScore(), SCIPgetAvgConflictScoreCurrentRun(), SCIPvarGetVSIDS(), SCIPvarGetVSIDS_rec(), SCIPvarGetVSIDSCurrentRun(), and SCIPvarIncVSIDS().
get number of cutoffs counter
Definition at line 599 of file history.c. References SCIP_History::cutoffsum, NULL, SCIP_BRANCHDIR_DOWNWARDS, and SCIP_BRANCHDIR_UPWARDS. Referenced by checkValueScore(), SCIPprintBranchingStatistics(), SCIPvarGetCutoffSum(), and SCIPvarGetCutoffSumCurrentRun().
return the number of (domain) values for which a history exists
Definition at line 314 of file history.c. References NULL, and SCIP_ValueHistory::nvalues. Referenced by getValueScore().
return the array containing the histories for the individual (domain) values
Definition at line 324 of file history.c. References SCIP_ValueHistory::histories, and NULL. Referenced by getValueScore().
return the array containing the (domain) values for which a history exists
Definition at line 334 of file history.c. References NULL, and SCIP_ValueHistory::values. Referenced by getValueScore(). |