Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_lookahead.c1134 int ntotalresults; /**< The total sum of the entries in nresults. */ member
1167 statistics->ntotalresults = 0; in statisticsInit()
1218 if( statistics->ntotalresults > 0 ) in statisticsPrint()
1222 …P_VERBLEVEL_HIGH, NULL, "Lookahead Branching was called <%i> times.\n", statistics->ntotalresults); in statisticsPrint()
6145 branchruledata->statistics->ntotalresults++; in SCIP_DECL_BRANCHEXECLP()