Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/tests/src/misc/
H A Dbinarytree.c64 cr_assert(SCIPbtIsEmpty(binarytree));
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_misc.h1670 SCIP_Bool SCIPbtIsEmpty(
1686 #define SCIPbtIsEmpty(tree) (tree->root == NULL) macro
H A Dmisc.c8938 if( !SCIPbtIsEmpty(tree) ) in SCIPbtPrintGml()
8956 #undef SCIPbtIsEmpty
8960 SCIP_Bool SCIPbtIsEmpty( in SCIPbtIsEmpty() function
H A Dcons_cumulative.c5974 if( SCIPbtIsEmpty(tree) ) in insertThetanode()
6615 assert(!SCIPbtIsEmpty(tree)); in inferboundsEdgeFinding()
7030 assert(!SCIPbtIsEmpty(tree)); in checkOverloadViaThetaTree()