Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_lookahead.c1132 …int nlimitcalls; /**< number of times a time limit was reached and LAB br… member
1166 statistics->nlimitcalls = 0; in statisticsInit()
1265 statistics->nlimitcalls); in statisticsPrint()
6072 ++branchruledata->statistics->nlimitcalls; in SCIP_DECL_BRANCHEXECLP()
6155 + branchruledata->statistics->nlimitcalls; in SCIP_DECL_BRANCHEXECLP()
6167 branchruledata->statistics->nlperrorcalls, branchruledata->statistics->nlimitcalls); in SCIP_DECL_BRANCHEXECLP()