Home
last modified time | relevance | path

Searched refs:SCIPfeasRound (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_numerics.h502 SCIP_Real SCIPfeasRound(
802 #define SCIPfeasRound(scip, val) SCIPsetFeasRound((scip)->set, val) macro
H A Dscip_numerics.c92 #undef SCIPfeasRound
922 SCIP_Real SCIPfeasRound( in SCIPfeasRound() function
H A Dheur_mpec.c464 SCIP_Real val = SCIPvarIsBinary(var) ? SCIPfeasRound(scip, primal[j]) : primal[j]; in heurExec()
H A Dheur_multistart.c188 val = SCIPfeasRound(scip, val); in sampleRandomPoints()
H A Dsepa_zerohalf.c1773 floorcoef = SCIPfeasRound(scip, floorcoef); in generateZerohalfCut()
1790 cutrhs = SCIPfeasRound(scip, cutrhs); in generateZerohalfCut()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG4427 - SCIPround() and SCIPfeasRound() to round to nearest integer