Home
last modified time | relevance | path

Searched defs:minactivity (Results 1 – 15 of 15) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_matrix.h65 SCIP_Real* minactivity; /**< min activity per row */ member
H A Dsepastore.c174 SCIP_Real minactivity; in sepastoreIsCutRedundant() local
214 SCIP_Real minactivity; in sepastoreIsCutRedundantOrInfeasible() local
H A Dpresol_dualsparsify.c235 SCIP_Real minactivity; in getMinActivitySingleRowWithoutCol() local
298 SCIP_Real minactivity; in getMinMaxActivityResiduals() local
H A Dstruct_nlp.h99 …SCIP_Real minactivity; /**< minimal activity value w.r.t. the variables' bounds… member
H A Dcons_linear.c186 …SCIP_Real minactivity; /**< minimal value w.r.t. the variable's local bounds fo… member
2382 SCIP_Real* minactivity, /**< pointer to store the minimal activity */ in getMinActivity()
2576 SCIP_Real* minactivity, /**< pointer to store the minimal activity */ in consdataGetActivityBounds()
7144 SCIP_Real minactivity; in tightenBounds() local
7687 SCIP_Real minactivity; in propagateCons() local
9058 SCIP_Real minactivity; /* minimal value w.r.t. the variable's local bounds for the constraint's in consdataTightenCoefs() local
14002 SCIP_Real minactivity; in presolStuffing() local
16164 SCIP_Real minactivity; in SCIP_DECL_CONSPRESOL() local
H A Dcons_superindicator.c228 SCIP_Real* minactivity, /**< pointer to return the minimal activity */ in extractLinearValues()
H A Dscip_nlp.c2010 SCIP_Real* minactivity, /**< buffer to store minimal activity, or NULL */ in SCIPgetNlRowActivityBounds()
H A Ddebug.c825 SCIP_Real minactivity; in SCIPdebugCheckRow() local
H A Dprop_genvbounds.c771 SCIP_Real minactivity; in resolveGenVBoundPropagation() local
H A Dnlp.c3190 SCIP_Real* minactivity, /**< buffer to store minimal activity, or NULL */ in SCIPnlrowGetActivityBounds()
3224 SCIP_Real minactivity; in SCIPnlrowIsRedundant() local
H A Dstruct_lp.h208 …SCIP_Real minactivity; /**< minimal activity value w.r.t. the column's bounds, … member
H A Dcons_indicator.c4900 SCIP_Real minactivity = 0.0; in SCIP_DECL_LINCONSUPGD() local
H A Dlp.c6640 SCIP_Real minactivity; in SCIProwIsRedundant() local
/dports/math/highs/HiGHS-cfe064e/src/presolve/
H A DHighsLpPropagator.cpp117 const HighsCDouble& minactivity, in propagateRowUpper()
/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsDomain.cpp102 const HighsCDouble& minactivity, int ninfmin, in propagateRowUpper()