Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dhistory.h231 SCIP_Bool SCIPhistoryIsRatioValid(
293 #define SCIPhistoryIsRatioValid(history) ((history)->ratiovalid) macro
H A Dhistory.c415 #undef SCIPhistoryIsRatioValid
701 SCIP_Bool SCIPhistoryIsRatioValid( in SCIPhistoryIsRatioValid() function
H A Dtreemodel.c350 …if( SCIPhistoryIsRatioValid(var->history) && SCIPisEQ(scip, SCIPhistoryGetLastBalance(var->history… in computeVarRatio()
365 if( SCIPhistoryIsRatioValid(var->history) && SCIPhistoryGetLastBalance(var->history) > r in computeVarRatio()