Home
last modified time | relevance | path

Searched refs:maxdiveubquotnosol (Results 1 – 7 of 7) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_intdiving.c88 …SCIP_Real maxdiveubquotnosol; /**< maximal UBQUOT when no solution was found yet (0.0:… member
277 if( heurdata->maxdiveubquotnosol > 0.0 ) in SCIP_DECL_HEUREXEC()
279 + heurdata->maxdiveubquotnosol * (SCIPgetCutoffbound(scip) - SCIPgetLowerbound(scip)); in SCIP_DECL_HEUREXEC()
713 &heurdata->maxdiveubquotnosol, TRUE, DEFAULT_MAXDIVEUBQUOTNOSOL, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurIntdiving()
H A Dstruct_heur.h72 …SCIP_Real maxdiveubquotnosol; /**< maximal UBQUOT when no solution was found yet (0.0:… member
H A Dscip_heur.c323 …SCIP_Real maxdiveubquotnosol, /**< maximal UBQUOT when no solution was found yet (0.0:… in SCIPcreateDiveset() argument
344 minreldepth, maxreldepth, maxlpiterquot, maxdiveubquot, maxdiveavgquot, maxdiveubquotnosol, in SCIPcreateDiveset()
H A Dscip_heur.h220 …SCIP_Real maxdiveubquotnosol, /**< maximal UBQUOT when no solution was found yet (0.0:…
H A Dheur.h57 …SCIP_Real maxdiveubquotnosol, /**< maximal UBQUOT when no solution was found yet (0.0:…
H A Dheur.c260 …SCIP_Real maxdiveubquotnosol, /**< maximal UBQUOT when no solution was found yet (0.0:… in SCIPdivesetCreate() argument
359 &diveset->maxdiveubquotnosol, TRUE, maxdiveubquotnosol, 0.0, 1.0, NULL, NULL) ); in SCIPdivesetCreate()
655 return diveset->maxdiveubquotnosol; in SCIPdivesetGetUbQuotNoSol()
H A Dheur_nlpdiving.c117 …SCIP_Real maxdiveubquotnosol; /**< maximal UBQUOT when no solution was found yet (0.0:… member
1890 if( heurdata->maxdiveubquotnosol > 0.0 ) in SCIP_DECL_HEUREXEC()
1892 + heurdata->maxdiveubquotnosol * (SCIPgetCutoffbound(scip) - SCIPgetLowerbound(scip)); in SCIP_DECL_HEUREXEC()
2782 &heurdata->maxdiveubquotnosol, TRUE, DEFAULT_MAXDIVEUBQUOTNOSOL, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurNlpdiving()