All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_cutpool.h File Reference Detailed Descriptionpublic methods for storing cuts in a cut pool Definition in file pub_cutpool.h. Go to the source code of this file.
Function Documentationgets the row of the cut
Definition at line 359 of file cutpool.c. References NULL, and SCIP_Cut::row. Referenced by copyCuts().
gets the age of the cut: the number of consecutive cut pool separation rounds where the cut was neither in the LP nor violated
Definition at line 369 of file cutpool.c. References SCIP_Cut::age, and NULL. Referenced by copyCuts().
gets array of cuts in the cut pool
Definition at line 821 of file cutpool.c. References SCIP_Cutpool::cuts, and NULL. Referenced by SCIPgetDelayedPoolCuts(), and SCIPgetPoolCuts().
get number of cuts in the cut pool gets number of cuts in the cut pool
Definition at line 831 of file cutpool.c. References SCIP_Cutpool::ncuts, and NULL. Referenced by SCIPgetNDelayedPoolCuts(), and SCIPgetNPoolCuts().
get maximum number of cuts that were stored in the cut pool at the same time gets maximum number of cuts that were stored in the cut pool at the same time
Definition at line 841 of file cutpool.c. References SCIP_Cutpool::maxncuts, and NULL. Referenced by printSeparatorStatistics().
gets time in seconds used for separating cuts from the pool
Definition at line 851 of file cutpool.c. References NULL, SCIP_Cutpool::poolclock, and SCIPclockGetTime(). Referenced by printSeparatorStatistics().
get number of times, the cut pool was separated
Definition at line 861 of file cutpool.c. References SCIP_Cutpool::ncalls, and NULL. Referenced by printSeparatorStatistics().
get total number of cuts that were separated from the cut pool
Definition at line 871 of file cutpool.c. References SCIP_Cutpool::ncutsfound, and NULL. Referenced by printSeparatorStatistics(). |