All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_heur.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
119 /** gets maximal depth level for calling primal heuristic (returns -1, if no depth limit exists) */
type definitions for miscellaneous datastructures int SCIPheurGetMaxdepth(SCIP_HEUR *heur) SCIP_DECL_SORTPTRCOMP(SCIPheurComp) SCIP_Real SCIPheurGetTime(SCIP_HEUR *heur) SCIP_Longint SCIPheurGetNSolsFound(SCIP_HEUR *heur) SCIP_HEURDATA * SCIPheurGetData(SCIP_HEUR *heur) char SCIPheurGetDispchar(SCIP_HEUR *heur) SCIP_Bool SCIPheurIsInitialized(SCIP_HEUR *heur) SCIP_HEURTIMING SCIPheurGetTimingmask(SCIP_HEUR *heur) int SCIPheurGetPriority(SCIP_HEUR *heur) type definitions for primal heuristics int SCIPheurGetFreq(SCIP_HEUR *heur) SCIP_Real SCIPheurGetSetupTime(SCIP_HEUR *heur) void SCIPheurSetTimingmask(SCIP_HEUR *heur, SCIP_HEURTIMING timingmask) SCIP_Bool SCIPheurUsesSubscip(SCIP_HEUR *heur) SCIP_Longint SCIPheurGetNBestSolsFound(SCIP_HEUR *heur) const char * SCIPheurGetDesc(SCIP_HEUR *heur) void SCIPheurSetData(SCIP_HEUR *heur, SCIP_HEURDATA *heurdata) common defines and data types used in all packages of SCIP SCIP_Longint SCIPheurGetNCalls(SCIP_HEUR *heur) const char * SCIPheurGetName(SCIP_HEUR *heur) int SCIPheurGetFreqofs(SCIP_HEUR *heur) void SCIPheurSetFreq(SCIP_HEUR *heur, int freq) |