Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_abspower.c3881 …SCIP_CALL( SCIPcleanupRowprep(scip, rowprep, sol, conshdlrdata->cutmaxrange, minviol, &coefrange, … in generateCut()
3883 if( coefrange >= conshdlrdata->cutmaxrange ) in generateCut()
5857 … if( coefrange < conshdlrdata->cutmaxrange && !SCIPisInfinity(scip, REALABS(rowprep->side)) ) in SCIP_DECL_CONSINITLP()
5880 …SCIP_CALL( SCIPcleanupRowprep(scip, rowprep, NULL, conshdlrdata->cutmaxrange, -SCIPinfinity(scip),… in SCIP_DECL_CONSINITLP()
5881 … if( coefrange < conshdlrdata->cutmaxrange && !SCIPisInfinity(scip, REALABS(rowprep->side)) ) in SCIP_DECL_CONSINITLP()
5907 …SCIP_CALL( SCIPcleanupRowprep(scip, rowprep, NULL, conshdlrdata->cutmaxrange, -SCIPinfinity(scip),… in SCIP_DECL_CONSINITLP()
5908 … if( coefrange < conshdlrdata->cutmaxrange && !SCIPisInfinity(scip, REALABS(rowprep->side)) ) in SCIP_DECL_CONSINITLP()
5938 … if( coefrange < conshdlrdata->cutmaxrange && !SCIPisInfinity(scip, REALABS(rowprep->side)) ) in SCIP_DECL_CONSINITLP()
5962 … if( coefrange < conshdlrdata->cutmaxrange && !SCIPisInfinity(scip, REALABS(rowprep->side)) ) in SCIP_DECL_CONSINITLP()
5989 … if( coefrange < conshdlrdata->cutmaxrange && !SCIPisInfinity(scip, REALABS(rowprep->side)) ) in SCIP_DECL_CONSINITLP()
[all …]
H A Dsepa_eccuts.c139 …SCIP_Real cutmaxrange; /**< maximal coef range of a cut (maximal coefficient di… member
2541 && SCIPgetRowMaxCoef(scip, cut) / SCIPgetRowMinCoef(scip, cut) < sepadata->cutmaxrange ) in computeCut()
2868 &sepadata->cutmaxrange, FALSE, DEFAULT_CUTMAXRANGE, 0.0, SCIPinfinity(scip), NULL, NULL) ); in SCIPincludeSepaEccuts()
H A Dcons_bivariate.c143 …SCIP_Real cutmaxrange; /**< maximal range (maximal coef / minimal coef) of a cu… member
4329 SCIP_Real cutmaxrange, /**< bound on cut coef range */ in generateCut() argument
4431 while( maxcoef / mincoef > cutmaxrange ) in generateCut()
4502 if( maxcoef / mincoef > cutmaxrange ) in generateCut()
4676 …t(scip, conshdlrdata->exprinterpreter, conss[c], sol, violside, conshdlrdata->cutmaxrange, &row) ); in separatePoint()
6692 … if( SCIPgetRowMaxCoef(scip, row1) / SCIPgetRowMinCoef(scip, row1) > conshdlrdata->cutmaxrange ) in SCIP_DECL_CONSINITLP()
6714 … if( SCIPgetRowMaxCoef(scip, row2) / SCIPgetRowMinCoef(scip, row2) > conshdlrdata->cutmaxrange ) in SCIP_DECL_CONSINITLP()
7906 &conshdlrdata->cutmaxrange, TRUE, 1e+7, 0.0, SCIPinfinity(scip), NULL, NULL) ); in SCIPincludeConshdlrBivariate()
H A Dcons_nonlinear.c182 …SCIP_Real cutmaxrange; /**< maximal range (maximal coef / minimal coef) of a cu… member
5679 …(scip, consdata->activity), violside, &row, minefficacy, conshdlrdata->cutmaxrange, conshdlrdata->… in separatePoint()
5784 &row, minefficacy, conshdlrdata->cutmaxrange, FALSE) ); /*lint !e613*/ in addLinearizationCuts()
7813 -SCIPinfinity(scip), conshdlrdata->cutmaxrange, FALSE) ); /*lint !e613*/ in SCIP_DECL_CONSINITLP()
7827 -SCIPinfinity(scip), conshdlrdata->cutmaxrange, FALSE) ); /*lint !e613*/ in SCIP_DECL_CONSINITLP()
9317 &conshdlrdata->cutmaxrange, FALSE, 1e+7, 0.0, SCIPinfinity(scip), NULL, NULL) ); in SCIPincludeConshdlrNonlinear()
H A Dcons_quadratic.c267 …SCIP_Real cutmaxrange; /**< maximal range (maximal coef / minimal coef) of a cu… member
7884 …SCIP_CALL( SCIPcleanupRowprep(scip, rowprep, sol, conshdlrdata->cutmaxrange, minefficacy, &coefran… in generateCut()
7885 success = coefrange <= conshdlrdata->cutmaxrange; in generateCut()
14223 &conshdlrdata->cutmaxrange, TRUE, 1e+7, 0.0, SCIPinfinity(scip), NULL, NULL) ); in SCIPincludeConshdlrQuadratic()