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)
timing definitions for SCIP
Definition: struct_compr.h:46
type definitions for SCIP's main datastructure
result codes for SCIP callback methods
common defines and data types used in all packages of SCIP