Home
last modified time | relevance | path

Searched defs:SCIPisLT (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_numerics.h766 #define SCIPisLT(scip, val1, val2) SCIPsetIsLT((scip)->set, val1, val2) macro
H A Dscip_numerics.c451 SCIP_Bool SCIPisLT( in SCIPisLT() function