Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.h776 int SCIPtreeGetNSiblings(
884 #define SCIPtreeGetNSiblings(tree) ((tree)->nsiblings) macro
886 (SCIPtreeGetNChildren(tree) + SCIPtreeGetNSiblings(tree) + SCIPtreeGetNLeaves(tree))
H A Dscip_tree.c411 *nsiblings = SCIPtreeGetNSiblings(scip->tree); in SCIPgetOpenNodesData()
H A Dtree.c7407 #undef SCIPtreeGetNSiblings
8233 int SCIPtreeGetNSiblings( in SCIPtreeGetNSiblings() function