Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_numerics.c347 SCIP_Real relaxfeastol /**< new primal feasibility tolerance of relaxations */ in SCIPchgRelaxfeastol() argument
355 return SCIPsetSetRelaxfeastol(scip->set, relaxfeastol); in SCIPchgRelaxfeastol()
H A Dscip_numerics.h202 SCIP_Real relaxfeastol /**< new primal feasibility tolerance of relaxations */
H A Dset.h987 …SCIP_Real relaxfeastol /**< new primal feasibility tolerance for relaxations, o…
H A Dset.c5603 …SCIP_Real relaxfeastol /**< new primal feasibility tolerance for relaxations, o… in SCIPsetSetRelaxfeastol() argument
5609 assert(relaxfeastol >= 0.0); in SCIPsetSetRelaxfeastol()
5612 set->num_relaxfeastol = relaxfeastol; in SCIPsetSetRelaxfeastol()