Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_numerics.h768 #define SCIPisGT(scip, val1, val2) SCIPsetIsGT((scip)->set, val1, val2) macro
H A Dscip_numerics.c477 SCIP_Bool SCIPisGT( in SCIPisGT() function