Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dset.h1634 #define SCIPsetIsFeasNegative(set, val) ( EPSN(val, (set)->num_feastol) ) macro
H A Dset.c6440 SCIP_Bool SCIPsetIsFeasNegative( in SCIPsetIsFeasNegative() function