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(), and takeCut().
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 takeCut(). returns the ratio of LPs where the row belonging to this cut was active in an LP solution, i.e. where the age of its row has not been increased
Definition at line 383 of file cutpool.c. References NULL, SCIP_Cut::row, SCIP_Longint, SCIP_Real, SCIProwGetActiveLPCount(), and SCIProwGetNLPsAfterCreation(). Referenced by takeCut().
gets array of cuts in the cut pool
Definition at line 844 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 854 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 864 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 874 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 884 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 894 of file cutpool.c. References SCIP_Cutpool::ncutsfound, and NULL. Referenced by printSeparatorStatistics(). |