Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_lookahead.c1104 …int* nsinglecutoffs; /**< The number of single cutoffs on a (probing) node pe… member
1194 statistics->nsinglecutoffs[i] = 0; in statisticsInit()
1246 i, statistics->nfullcutoffs[i], statistics->nsinglecutoffs[i]); in statisticsPrint()
5029 statistics->nsinglecutoffs[probingdepth]++; in selectVarRecursive()
5059 statistics->nsinglecutoffs[probingdepth]++; in selectVarRecursive()
5877 …SCIP_CALL( SCIPallocMemoryArray(scip, &branchruledata->statistics->nsinglecutoffs, recursiondepth)… in SCIP_DECL_BRANCHINIT()
5934 SCIPfreeMemoryArray(scip, &statistics->nsinglecutoffs); in SCIP_DECL_BRANCHEXIT()