Home
last modified time | relevance | path

Searched refs:SCIP_DECL_PRICERREDCOST (Results 1 – 17 of 17) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_pricer.h82SCIP_DECL_PRICERREDCOST((*pricerredcost)),/**< reduced cost pricing method of variable pricer for …
116SCIP_DECL_PRICERREDCOST((*pricerredcost)),/**< reduced cost pricing method of variable pricer for …
H A Dstruct_pricer.h47SCIP_DECL_PRICERREDCOST((*pricerredcost));/**< reduced cost pricing method of variable pricer for …
H A Dtype_pricer.h130 #define SCIP_DECL_PRICERREDCOST(x) SCIP_RETCODE x (SCIP* scip, SCIP_PRICER* pricer, SCIP_Real* lowe… macro
H A Dscip_pricer.c76SCIP_DECL_PRICERREDCOST((*pricerredcost)),/**< reduced cost pricing method of variable pricer for … in SCIPincludePricer()
129SCIP_DECL_PRICERREDCOST((*pricerredcost)),/**< reduced cost pricing method of variable pricer for … in SCIPincludePricerBasic()
H A Dpricer_xyz.c157 SCIP_DECL_PRICERREDCOST(pricerRedcostXyz) in SCIP_DECL_PRICERREDCOST() function
H A Dpricer.h68SCIP_DECL_PRICERREDCOST((*pricerredcost)),/**< reduced cost pricing method of variable pricer for …
H A Dpricer.c115SCIP_DECL_PRICERREDCOST((*pricerredcost)),/**< reduced cost pricing method of variable pricer for … in doPricerCreate()
180SCIP_DECL_PRICERREDCOST((*pricerredcost)),/**< reduced cost pricing method of variable pricer for … in SCIPpricerCreate()
/dports/math/SCIP/scip-7.0.3/tests/include/
H A Dscip_test.c39 SCIP_DECL_PRICERREDCOST(pricerRedcostTest) in SCIP_DECL_PRICERREDCOST() function
/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjpricer.h146 virtual SCIP_DECL_PRICERREDCOST(scip_redcost) = 0;
H A Dobjpricer.cpp173 SCIP_DECL_PRICERREDCOST(pricerRedcostObj) in SCIP_DECL_PRICERREDCOST() function
/dports/math/SCIP/scip-7.0.3/examples/VRP/src/
H A Dpricer_vrp.h60 virtual SCIP_DECL_PRICERREDCOST(scip_redcost);
H A Dpricer_vrp.cpp216 SCIP_DECL_PRICERREDCOST(ObjPricerVRP::scip_redcost) in SCIP_DECL_PRICERREDCOST() function
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dpricer_stp.c356 SCIP_DECL_PRICERREDCOST(pricerRedcostStp) in SCIP_DECL_PRICERREDCOST() function
/dports/math/SCIP/scip-7.0.3/examples/Binpacking/src/
H A Dpricer_binpacking.c502 SCIP_DECL_PRICERREDCOST(pricerRedcostBinpacking) in SCIP_DECL_PRICERREDCOST() function
/dports/math/SCIP/scip-7.0.3/applications/Coloring/src/
H A Dpricer_coloring.c443 SCIP_DECL_PRICERREDCOST(pricerRedcostColoring) in SCIP_DECL_PRICERREDCOST() function
/dports/math/SCIP/scip-7.0.3/applications/Ringpacking/src/
H A Dpricer_rpa.c794 SCIP_DECL_PRICERREDCOST(pricerRedcostRingpacking) in SCIP_DECL_PRICERREDCOST() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG3006 …- Added parameter `stopearly` to callback method SCIP_DECL_PRICERREDCOST(). This boolean pointer s…
5597 - The callback SCIP_DECL_PRICERREDCOST(x) in the \ref PRICER `pricers` has two new parameters: