Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_tree.h224 …int repropsubtreecount; /**< cyclicly increased counter to create markers for su… member
H A Dtree.c1301 tree->repropsubtreecount++; in treeNextRepropsubtreecount()
1302 tree->repropsubtreecount %= (MAXREPROPMARK+1); in treeNextRepropsubtreecount()
1417 node->repropsubtreemark = tree->repropsubtreecount; /*lint !e732*/ in nodeRepropagate()
1419 node->depth, stat->nboundchgs - oldnboundchgs, tree->repropsubtreecount); in nodeRepropagate()
1420 …assert((int)(node->repropsubtreemark) == tree->repropsubtreecount); /* bitfield must be large enou… in nodeRepropagate()
4832 (*tree)->repropsubtreecount = 0; in SCIPtreeCreate()
4948 tree->repropsubtreecount = 0; in SCIPtreeClear()