pub_cutpool.h File Reference
Detailed Description
public methods for storing cuts in a cut pool
Definition in file pub_cutpool.h.
Go to the source code of this file.
Functions | |
SCIP_ROW * | SCIPcutGetRow (SCIP_CUT *cut) |
int | SCIPcutGetAge (SCIP_CUT *cut) |
SCIP_Real | SCIPcutGetLPActivityQuot (SCIP_CUT *cut) |
SCIP_CUT ** | SCIPcutpoolGetCuts (SCIP_CUTPOOL *cutpool) |
int | SCIPcutpoolGetNCuts (SCIP_CUTPOOL *cutpool) |
SCIP_Longint | SCIPcutpoolGetMaxNCuts (SCIP_CUTPOOL *cutpool) |
SCIP_Real | SCIPcutpoolGetTime (SCIP_CUTPOOL *cutpool) |
SCIP_Longint | SCIPcutpoolGetNCalls (SCIP_CUTPOOL *cutpool) |
SCIP_Longint | SCIPcutpoolGetNRootCalls (SCIP_CUTPOOL *cutpool) |
SCIP_Longint | SCIPcutpoolGetNCutsFound (SCIP_CUTPOOL *cutpool) |
SCIP_Longint | SCIPcutpoolGetNCutsAdded (SCIP_CUTPOOL *cutpool) |