cutpool.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPcutpoolClear(SCIP_CUTPOOL *cutpool, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_LP *lp) Definition: cutpool.c:467 SCIP_RETCODE SCIPcutpoolCreate(SCIP_CUTPOOL **cutpool, BMS_BLKMEM *blkmem, SCIP_SET *set, int agelimit, SCIP_Bool globalcutpool) Definition: cutpool.c:404 SCIP_RETCODE SCIPcutpoolAddRow(SCIP_CUTPOOL *cutpool, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_ROW *row) Definition: cutpool.c:493 Definition: struct_sepastore.h:37 Definition: struct_event.h:169 type definitions for global SCIP settings type definitions for return codes for SCIP methods SCIP_RETCODE SCIPcutpoolDelRow(SCIP_CUTPOOL *cutpool, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_STAT *stat, SCIP_LP *lp, SCIP_ROW *row) Definition: cutpool.c:641 type definitions for problem statistics type definitions for LP management Definition: struct_sol.h:50 Definition: struct_set.h:56 type definitions for storing cuts in a cut pool type definitions for storing separated cuts public methods for storing cuts in a cut pool Definition: struct_lp.h:189 Definition: struct_cutpool.h:48 Definition: struct_lp.h:255 result codes for SCIP callback methods SCIP_RETCODE SCIPcutpoolFree(SCIP_CUTPOOL **cutpool, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_LP *lp) Definition: cutpool.c:441 SCIP_RETCODE SCIPcutpoolSeparate(SCIP_CUTPOOL *cutpool, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_STAT *stat, SCIP_EVENTQUEUE *eventqueue, SCIP_EVENTFILTER *eventfilter, SCIP_LP *lp, SCIP_SEPASTORE *sepastore, SCIP_SOL *sol, SCIP_Bool cutpoolisdelayed, SCIP_Bool root, SCIP_RESULT *result) Definition: cutpool.c:670 SCIP_RETCODE SCIPcutpoolAddNewRow(SCIP_CUTPOOL *cutpool, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_ROW *row) Definition: cutpool.c:517 Definition: struct_stat.h:44 common defines and data types used in all packages of SCIP Definition: struct_event.h:204 memory allocation routines |