Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_numerics.h773 #define SCIPisIntegral(scip, val) SCIPsetIsIntegral((scip)->set, val) macro
H A Dscip_numerics.c587 SCIP_Bool SCIPisIntegral( in SCIPisIntegral() function