Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dset.h1604 #define SCIPsetIsNegative(set, val) ( EPSN(val, (set)->num_epsilon) ) macro
H A Dset.c6044 SCIP_Bool SCIPsetIsNegative( in SCIPsetIsNegative() function