Home
last modified time | relevance | path

Searched refs:redcost (Results 26 – 42 of 42) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/scripts/trainEstimation/testdata/
H A D8_neos-1440447.scip.periodic_report.out865 redcost : 4198 0 0 0
876 redcost : 0.00 0.00 0.00 0.00 0.00 0.00
H A D6_neos-1228986.scip.periodic_report.out1190 redcost : 13329 0 0 0
1201 redcost : 0.00 0.00 0.00 0.00 0.00 0.00
H A D3_neos-1200887.scip.periodic_report.out1285 redcost : 6195 0 0 0
1296 redcost : 0.02 0.00 0.00 0.02 0.00 0.00
H A D1_bienst1.scip.periodic_report.out1775 redcost : 26069 0 0 0
1786 redcost : 0.03 0.00 0.00 0.03 0.00 0.00
H A D2_neos-1053591.scip.periodic_report.out1580 redcost : 2967 0 0 10
1591 redcost : 0.01 0.00 0.00 0.01 0.00 0.00
/dports/math/SCIP/scip-7.0.3/src/lpi/
H A Dlpi_spx2.cpp3255 SCIP_Real* redcost /**< reduced cost vector, may be NULL if not needed */ argument
3295 if( redcost != NULL )
3298 (void)lpi->spx->getRedCostReal(redcost, lpi->spx->numColsReal());
3300 Vector tmp(lpi->spx->numColsReal(), redcost);
H A Dlpi_clp.cpp2780 SCIP_Real* redcost /**< reduced cost vector, may be NULL if not needed */ in SCIPlpiGetSol() argument
2807 if( redcost != NULL ) in SCIPlpiGetSol()
2810 BMScopyMemoryArray( redcost, red, clp->numberColumns() ); in SCIPlpiGetSol()
H A Dlpi_glop.cpp2054 SCIP_Real* redcost /**< reduced cost vector, may be NULL if not needed */ in SCIPlpiGetSol() argument
2072 if ( redcost != NULL ) in SCIPlpiGetSol()
2073 redcost[i] = lpi->scaler->UnscaleReducedCost(col, lpi->solver->GetReducedCost(col)); in SCIPlpiGetSol()
H A Dlpi_none.c1166 SCIP_Real* redcost /**< reduced cost vector, may be NULL if not needed */ in SCIPlpiGetSol() argument
H A Dlpi_spx1.cpp3794 SCIP_Real* redcost /**< reduced cost vector, may be NULL if not needed */ argument
3822 if( redcost != NULL )
3824 Vector tmp(lpi->spx->nCols(), redcost);
H A Dlpi_grb.c4109 SCIP_Real* redcost /**< reduced cost vector, may be NULL if not needed */ in SCIPlpiGetSol() argument
4184 if( redcost != NULL ) in SCIPlpiGetSol()
4186 …CK_ZERO( lpi->messagehdlr, GRBgetdblattrarray(lpi->grbmodel, GRB_DBL_ATTR_RC, 0, ncols, redcost) ); in SCIPlpiGetSol()
H A Dlpi_xprs.c2713 SCIP_Real* redcost /**< reduced cost vector, may be NULL if not needed */ in SCIPlpiGetSol() argument
2722 CHECK_ZERO( lpi->messagehdlr, XPRSgetsol(lpi->xprslp, primsol, activity, dualsol, redcost) ); in SCIPlpiGetSol()
H A Dlpi_cpx.c3387 SCIP_Real* redcost /**< reduced cost vector, may be NULL if not needed */ in SCIPlpiGetSol() argument
3399 …ssagehdlr, CPXsolution(lpi->cpxenv, lpi->cpxlp, &dummy, objval, primsol, dualsol, NULL, redcost) ); in SCIPlpiGetSol()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pyx2979 redcost = None
2981 redcost = SCIPgetVarRedcost(self._scip, var.scip_var)
2983 redcost = -redcost
2986 return redcost
H A Dscip.pxd1249 …SCIP_Real* objval, SCIP_Real* primsol, SCIP_Real* dualsol, SCIP_Real* activity, SCIP_Real* redcost)
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dconflict.c8722 storedcolsolvals[c].redcost = col->redcost; in SCIPconflictAnalyzeLP()
8776 col->redcost = storedcolsolvals[c].redcost; in SCIPconflictAnalyzeLP()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG606 - changed default value of "propagating/redcost/useimplics" (old: TRUE, new: FALSE)
976 - don't consider implied redcost by default in the reduced cost propagator
2130 - new `force` parameter in (root)redcost propagator to run the propagator also with active pricers
4259 …- the redcost separator sepa_redcost.{c.h} is now a propagator prop_redcost.{c,h}, all correspondi…
4720 - fixed bug in redcost propagator: can only be called if the current node has an LP
6395 - `separating/redcost/continuous`
6672 - new separator `redcost` which replaces the internal reduced cost strengthening

12