Home
last modified time | relevance | path

Searched defs:newlb (Results 1 – 25 of 82) sorted by relevance

1234

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_trivial.c98 SCIP_Real newlb; in SCIP_DECL_PRESOLEXEC() local
H A Dpresolve.c309 SCIP_Real newlb; in collectNonBinaryVBoundData() local
451 SCIP_Real newlb; in collectNonBinaryVBoundData() local
H A Dpresol_domcol.c969 SCIP_Real newlb; in updateBounds() local
1262 SCIP_Real newlb; in predBndStr() local
1291 SCIP_Real newlb; in predBndStr() local
1374 SCIP_Real newlb; in predBndStr() local
H A Dprop_redcost.c459 SCIP_Real newlb; in propagateRedcostVar() local
H A Dsepastore.c308 SCIP_Real newlb; in sepastoreIsBdchgApplicable() local
351 SCIP_Real newlb; in sepastoreIsBdchgApplicable() local
H A Dheur_distributiondiving.c372 SCIP_Real newlb; /* new lower bound if branching upwards */ in calcBranchScore() local
697 SCIP_Real newlb; in varProcessBoundChanges() local
H A Dbranch_allfullstrong.c469 SCIP_Real newlb; in SCIPselectVarPseudoStrongBranching() local
H A Dbranch_distribution.c627 SCIP_Real newlb; /* new lower bound if branching upwards */ in calcBranchScore() local
911 SCIP_Real newlb; in varProcessBoundChanges() local
H A Dconcsolver.c421 SCIP_Real newlb; in SCIPconcsolverSync() local
H A Dheur_completesol.c553 SCIP_Real newlb = SCIPvarGetLbGlobal(vars[v]); in tightenVariables() local
H A Dcons_linear.c1978 SCIP_Real newlb, /**< new lower bound of variable */ in consdataUpdateActivitiesLb()
2027 SCIP_Real newlb, /**< new lower bound of variable */ in consdataUpdateActivitiesGlbLb()
5404 SCIP_Real newlb, /**< new lower bound */ in tightenVarLb()
5616 SCIP_Real newlb; in tightenVarBoundsEasy() local
5667 SCIP_Real newlb; in tightenVarBoundsEasy() local
6416 SCIP_Real newlb; in rangedRowPropagation() local
6480 SCIP_Real newlb; in rangedRowPropagation() local
6906 SCIP_Real newlb; in tightenVarBounds() local
6956 SCIP_Real newlb; in tightenVarBounds() local
H A Dscip_numerics.h820 #define SCIPisLbBetter(scip, newlb, oldlb, oldub) SCIPsetIsLbBetter(scip->set, newlb, oldlb, oldub) argument
H A Dprop_probing.c1389 SCIP_Real newlb; in SCIPanalyzeDeductionsProbing() local
H A Dcons_varbound.c1132 SCIP_Real newlb; in separateCons() local
1405 SCIP_Real newlb; in propagateCons() local
H A Dscip_numerics.c1123 SCIP_Real newlb, /**< new lower bound */ in SCIPisLbBetter()
H A Dlp.c3750 SCIP_Real newlb /**< new lower bound value */ in SCIPcolChgLb()
8447 SCIP_Real newlb; in lpFlushChgCols() local
10763 SCIP_Real* newlb; in lpLexDualSimplex() local
13509 SCIP_Real newlb, /**< new lower bound of variable */ in getObjvalDeltaLb()
13677 SCIP_Real newlb, /**< new objective value of variable */ in lpUpdateVarProved()
13841 SCIP_Real newlb /**< new lower bound of variable */ in SCIPlpUpdateVarLbGlobal()
13868 SCIP_Real newlb /**< new lower bound of variable */ in SCIPlpUpdateVarLb()
H A Dpresol_dualsparsify.c566 SCIP_Real newlb; in aggregation() local
H A Dset.h1657 #define SCIPsetIsLbBetter(set, newlb, oldlb, oldub) ( ((oldlb) < 0.0 && (newlb) >= 0.0) || EPSGT(ne… argument
H A Dvar.c198 SCIP_Real* newlb, /**< pointer to store new lower bound */ in domMerge()
8565 SCIP_Real newlb; in varProcessAddHoleGlobal() local
8813 SCIP_Real newlb; in varProcessAddHoleLocal() local
9938 SCIP_Real newlb; in SCIPvarAddVlb() local
10367 SCIP_Real newlb = vubconstant / (1.0 - vubcoef); in SCIPvarAddVub() local
H A Dconflict.c2946 SCIP_Real newlb; in propagateLongProof() local
5896 SCIP_Real newlb, /**< new lower bound */ in addBdchg()
8998 SCIP_Real newlb; in SCIPconflictAnalyzeStrongbranch() local
H A Dprop_vbounds.c1633 SCIP_Real newlb, /**< new lower bound for the variable */ in tightenVarLb()
/dports/math/SCIP/scip-7.0.3/applications/Coloring/src/
H A Dbranch_strongcoloring.c313 SCIP_Real* newlb /**< pointer to store the resulting value */ in executeStrongBranching()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-outlier/src/main/java/de/lmu/ifi/dbs/elki/algorithm/outlier/distance/
H A DHilOut.java379 double newlb = 0.0; in innerScan() local
/dports/math/SCIP/scip-7.0.3/tests/src/lpi/
H A Dchange.c796 SCIP_Real newlb[100]; in Test() local
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dscreen.c392 static void panel_list_copy(ListBase *newlb, const ListBase *lb) in panel_list_copy()

1234