type_compr.h
Go to the documentation of this file.
34/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
84/** solving process initialization method of tree compressionc (called when branch and bound process is about to begin)
86 * This method is called when the presolving was finished and the branch and bound process is about to begin.
95/** solving process deinitialization method of tree compression (called before branch and bound process data is freed)
120#define SCIP_DECL_COMPREXEC(x) SCIP_RETCODE x (SCIP* scip, SCIP_COMPR* compr, SCIP_RESULT* result)
common defines and data types used in all packages of SCIP
Definition: struct_compr.h:47
result codes for SCIP callback methods
type definitions for SCIP's main datastructure
timing definitions for SCIP