Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_lookahead.c1897 SCIP_Real scoretoinsert, /**< score to find the insertion index for */ in findInsertionPoint() argument
1927 if( SCIPisGT(scip, scoretoinsert, midscore) ) in findInsertionPoint()