Home
last modified time | relevance | path

Searched refs:SCIPsetCutoffbounddelta (Results 1 – 5 of 5) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dset.h1093 SCIP_Real SCIPsetCutoffbounddelta(
1593 #define SCIPsetCutoffbounddelta(set) ( MIN(100.0 * SCIPsetFeastol(set), 0.0001) ) macro
H A Dscip_numerics.c223 return SCIPsetCutoffbounddelta(scip->set); in SCIPcutoffbounddelta()
H A Dprimal.c382 delta = SCIPsetCutoffbounddelta(set); in primalSetUpperbound()
H A Dscip_solve.c1702 if( objbound + SCIPsetCutoffbounddelta(scip->set) != objbound ) /*lint !e777*/ in initSolve()
1703 objbound += SCIPsetCutoffbounddelta(scip->set); in initSolve()
H A Dset.c5695 #undef SCIPsetCutoffbounddelta
5875 SCIP_Real SCIPsetCutoffbounddelta( in SCIPsetCutoffbounddelta() function