All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_compr.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
75 /** gets minimal number of nodes for calling tree compression (returns -1, if no node threshold exists) */
int SCIPcomprGetPriority(SCIP_COMPR *compr) type definitions for miscellaneous datastructures SCIP_Longint SCIPcomprGetNCalls(SCIP_COMPR *compr) SCIP_DECL_SORTPTRCOMP(SCIPcomprComp) void SCIPcomprSetData(SCIP_COMPR *compr, SCIP_COMPRDATA *comprdata) int SCIPcomprGetMinNodes(SCIP_COMPR *compr) SCIP_Bool SCIPcomprIsInitialized(SCIP_COMPR *compr) const char * SCIPcomprGetDesc(SCIP_COMPR *compr) const char * SCIPcomprGetName(SCIP_COMPR *heur) SCIP_Real SCIPcomprGetSetupTime(SCIP_COMPR *compr) type definitions for tree compression SCIP_COMPRDATA * SCIPcomprGetData(SCIP_COMPR *compr) SCIP_Real SCIPcomprGetTime(SCIP_COMPR *compr) common defines and data types used in all packages of SCIP SCIP_Longint SCIPcomprGetNFound(SCIP_COMPR *compr) |