Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dset.h1611 #define SCIPsetRound(set, val) ( EPSROUND(val, (set)->num_epsilon) ) macro
H A Dset.c6119 SCIP_Real SCIPsetRound( in SCIPsetRound() function