Home
last modified time | relevance | path

Searched refs:SCIPhistoryGetLastRatio (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dhistory.h236 SCIP_Real SCIPhistoryGetLastRatio(
294 #define SCIPhistoryGetLastRatio(history) ((history)->ratio) macro
H A Dtreemodel.c353 branchratio->upratio = SCIPhistoryGetLastRatio(var->history); in computeVarRatio()
366 && SCIPhistoryGetLastRatio(var->history) > newratio ) in computeVarRatio()
367 newratio = SCIPhistoryGetLastRatio(var->history); in computeVarRatio()
H A Dhistory.c416 #undef SCIPhistoryGetLastRatio
711 SCIP_Real SCIPhistoryGetLastRatio( in SCIPhistoryGetLastRatio() function