Home
last modified time | relevance | path

Searched refs:SCIPsetIsScalingIntegral (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dset.h1180 SCIP_Bool SCIPsetIsScalingIntegral(
1606 #define SCIPsetIsScalingIntegral(set, val, scalar) \ macro
H A Dscip_numerics.h774 #define SCIPisScalingIntegral(scip, val, scalar) SCIPsetIsScalingIntegral((scip)->set, val, scalar)
H A Dscip_numerics.c608 return SCIPsetIsScalingIntegral(scip->set, val, scalar); in SCIPisScalingIntegral()
H A Dset.c5709 #undef SCIPsetIsScalingIntegral
6066 SCIP_Bool SCIPsetIsScalingIntegral( in SCIPsetIsScalingIntegral() function