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) */ 294 /** get the maximum upper bound quotient parameter of the diving settings if no solution is available */ 306 /** get the maximum upper bound quotient parameter of the diving settings if an incumbent solution exists */ 312 /** get the average upper bound quotient parameter of the diving settings if an incumbent solution exists */ 324 /** returns the LP solve frequency for diving LPs (0: dynamically based on number of intermediate domain reductions) */ 330 /** returns the domain reduction quotient for triggering an immediate resolve of the diving LP (0.0: always resolve)*/ 348 SCIP_DIVETYPE divetype /**< bit mask that represents the supported dive types by this dive set */ type definitions for miscellaneous datastructures SCIP_SOL * SCIPdivesetGetWorkSolution(SCIP_DIVESET *diveset) Definition: heur.c:310 SCIP_Real SCIPdivesetGetMaxLPIterQuot(SCIP_DIVESET *diveset) Definition: heur.c:475 SCIP_Longint SCIPdivesetGetNProbingNodes(SCIP_DIVESET *diveset) Definition: heur.c:455 Definition: struct_sol.h:50 int SCIPdivesetGetMaxSolutionDepth(SCIP_DIVESET *diveset) Definition: heur.c:425 SCIP_Real SCIPdivesetGetAvgQuotNoSol(SCIP_DIVESET *diveset) Definition: heur.c:499 SCIP_Real SCIPdivesetGetUbQuotNoSol(SCIP_DIVESET *diveset) Definition: heur.c:491 SCIP_Bool SCIPdivesetSupportsType(SCIP_DIVESET *diveset, SCIP_DIVETYPE divetype) Definition: heur.c:562 type definitions for primal heuristics SCIP_Real SCIPdivesetGetMinRelDepth(SCIP_DIVESET *diveset) Definition: heur.c:341 void SCIPheurSetTimingmask(SCIP_HEUR *heur, SCIP_HEURTIMING timingmask) Definition: heur.c:1187 Definition: struct_heur.h:75 SCIP_Longint SCIPdivesetGetNLPIterations(SCIP_DIVESET *diveset) Definition: heur.c:445 SCIP_Longint SCIPheurGetNBestSolsFound(SCIP_HEUR *heur) Definition: heur.c:1293 SCIP_Real SCIPdivesetGetLPResolveDomChgQuot(SCIP_DIVESET *diveset) Definition: heur.c:540 Definition: struct_heur.h:36 SCIP_Bool SCIPdivesetUseBacktrack(SCIP_DIVESET *diveset) Definition: heur.c:522 void SCIPdivesetSetWorkSolution(SCIP_DIVESET *diveset, SCIP_SOL *sol) Definition: heur.c:320 SCIP_Longint SCIPdivesetGetSolSuccess(SCIP_DIVESET *diveset) Definition: heur.c:357 int SCIPdivesetGetNSolutionCalls(SCIP_DIVESET *diveset) Definition: heur.c:375 int SCIPdivesetGetMinSolutionDepth(SCIP_DIVESET *diveset) Definition: heur.c:415 void SCIPheurSetData(SCIP_HEUR *heur, SCIP_HEURDATA *heurdata) Definition: heur.c:1068 SCIP_Real SCIPdivesetGetMaxRelDepth(SCIP_DIVESET *diveset) Definition: heur.c:349 int SCIPdivesetGetMaxLPIterOffset(SCIP_DIVESET *diveset) Definition: heur.c:483 common defines and data types used in all packages of SCIP SCIP_Longint SCIPdivesetGetNBacktracks(SCIP_DIVESET *diveset) Definition: heur.c:465 SCIP_Bool SCIPdivesetUseOnlyLPBranchcands(SCIP_DIVESET *diveset) Definition: heur.c:552 SCIP_Real SCIPdivesetGetAvgSolutionDepth(SCIP_DIVESET *diveset) Definition: heur.c:435 |