Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_tree.h215 int siblingssize; /**< available slots in siblings vector */ member
H A Dtree.c4282 tmpnodessize = tree->siblingssize; in treeChildrenToSiblings()
4287 tree->siblingssize = tree->childrensize; in treeChildrenToSiblings()
4822 (*tree)->siblingssize = 0; in SCIPtreeCreate()