Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_lookahead.c1160 assert(statistics->recursiondepth > 0); in statisticsInit()
1183 for( i = 0; i < statistics->recursiondepth; i++ ) in statisticsInit()
1215 assert(statistics->recursiondepth > 0); in statisticsPrint()
4664 if( recursiondepth == 1 && !config->inscoring ) in executeBranchingRecursive()
4752 assert(recursiondepth >= 1); in selectVarRecursive()
5321 int recursiondepth; in selectVarStart() local
5343 recursiondepth = config->recursiondepth; in selectVarStart()
5346 assert(recursiondepth > 0); in selectVarStart()
5865 int recursiondepth; in SCIP_DECL_BRANCHINIT() local
5870 recursiondepth = branchruledata->config->recursiondepth; in SCIP_DECL_BRANCHINIT()
[all …]
H A Dsorttpl.c872 int recursiondepth = 0; in SORTTPL_NAME() local
908 ++recursiondepth; in SORTTPL_NAME()
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dexpr.c5132 assert(recursiondepth < 100); in exprParse()
5204 varnameslength, vartable, recursiondepth + 1) ); in exprParse()
5258 varnameslength, vartable, recursiondepth + 1) ); in exprParse()
5278 varnameslength, vartable, recursiondepth + 1) ); in exprParse()
5331 varnameslength, vartable, recursiondepth + 1) ); in exprParse()
5339 varnameslength, vartable, recursiondepth + 1) ); in exprParse()
5360 varnameslength, vartable, recursiondepth + 1) ); in exprParse()
5395 varnameslength, vartable, recursiondepth + 1) ); in exprParse()
5516 varnameslength, vartable, recursiondepth + 1) ); in exprParse()
5564 varnameslength, vartable, recursiondepth + 1) ); in exprParse()
[all …]