Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_numerics.h778 #define SCIPround(scip, val) SCIPsetRound((scip)->set, val) macro
H A Dscip_numerics.c648 SCIP_Real SCIPround( in SCIPround() function