Home
last modified time | relevance | path

Searched refs:SCIPgetLPFeastol (Results 1 – 11 of 11) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_lp.h333 SCIP_Real SCIPgetLPFeastol(
H A Ddebug.c891 …if( maxactivity + SCIPgetLPFeastol(set->scip) < lhs || minactivity - SCIPgetLPFeastol(set->scip) >… in SCIPdebugCheckRow()
894 …etName(row), lhs, rhs, minactivity, maxactivity, SCIProwIsLocal(row), SCIPgetLPFeastol(set->scip)); in SCIPdebugCheckRow()
H A Dscip_numerics.c181 return SCIPgetLPFeastol(scip); in SCIPlpfeastol()
H A Dscip_lp.c419 SCIP_Real SCIPgetLPFeastol( in SCIPgetLPFeastol() function
H A Dcons_bivariate.c6053 minefficacy = MIN(0.75*maxviol, 2.0 * SCIPgetLPFeastol(scip)); /*lint !e666*/ in enforceConstraint()
6054 minefficacy = MAX(minefficacy, SCIPgetLPFeastol(scip)); /*lint !e666*/ in enforceConstraint()
6075 leastpossibleefficacy = SCIPgetLPFeastol(scip); in enforceConstraint()
H A Dcons_abspower.c5421 if( nnotify == 0 && !solinfeasible && SCIPfeastol(scip) > SCIPgetLPFeastol(scip) ) in enforceConstraint()
5424 …SCIP_CALL( separatePoint(scip, conshdlr, conss, nconss, nusefulconss, sol, SCIPgetLPFeastol(scip),… in enforceConstraint()
H A Dcons_nonlinear.c7230 if( nnotify == 0 && !solinfeasible && SCIPfeastol(scip) > SCIPgetLPFeastol(scip) ) in enforceConstraint()
7233 …aratePoint(scip, conshdlr, conss, nconss, nusefulconss, sol, FALSE, SCIPgetLPFeastol(scip), TRUE, … in enforceConstraint()
H A Dcons_soc.c1209 minefficacy = inenforcement ? SCIPgetLPFeastol(scip) : SCIPgetSepaMinEfficacy(scip); in separatePoint()
H A Dset.c577 …if( SCIPgetStage(scip) == SCIP_STAGE_SOLVING && SCIPgetLPFeastol(scip) > newlpfeastolfactor * SCIP… in SCIP_DECL_PARAMCHGD()
H A Dcons_quadratic.c11897 if( nnotify == 0 && !solinfeasible && SCIPfeastol(scip) > SCIPgetLPFeastol(scip) ) in enforceConstraint()
11900 …SCIP_CALL( separatePoint(scip, conshdlr, conss, nconss, nusefulconss, sol, SCIPgetLPFeastol(scip),… in enforceConstraint()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG478 - deprecated SCIPlpfeastol() and SCIPchgLpfeastol(), use SCIPgetLPFeastol() and SCIPsetLPFeastol()
529 - new API functions SCIPgetLPFeastol(), SCIPsetLPFeastol(), and SCIPresetLPFeastol() to get, set, a…