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