Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_numerics.h796 #define SCIPisFeasPositive(scip, val) SCIPsetIsFeasPositive((scip)->set, val) macro
H A Dscip_numerics.c850 SCIP_Bool SCIPisFeasPositive( in SCIPisFeasPositive() function