24 #ifndef __SCIP_PUB_COMPR_H__ 25 #define __SCIP_PUB_COMPR_H__ const char * SCIPcomprGetDesc(SCIP_COMPR *compr)
type definitions for miscellaneous datastructures
int SCIPcomprGetMinNodes(SCIP_COMPR *compr)
SCIP_Longint SCIPcomprGetNFound(SCIP_COMPR *compr)
SCIP_Real SCIPcomprGetTime(SCIP_COMPR *compr)
int SCIPcomprGetPriority(SCIP_COMPR *compr)
SCIP_Bool SCIPcomprIsInitialized(SCIP_COMPR *compr)
SCIP_COMPRDATA * SCIPcomprGetData(SCIP_COMPR *compr)
SCIP_Longint SCIPcomprGetNCalls(SCIP_COMPR *compr)
struct SCIP_ComprData SCIP_COMPRDATA
SCIP_DECL_SORTPTRCOMP(SCIPcomprComp)
const char * SCIPcomprGetName(SCIP_COMPR *heur)
type definitions for tree compression
SCIP_Real SCIPcomprGetSetupTime(SCIP_COMPR *compr)
void SCIPcomprSetData(SCIP_COMPR *compr, SCIP_COMPRDATA *comprdata)
common defines and data types used in all packages of SCIP