Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.h158 SCIP_Real SCIPcolGetRedcost(
H A Dprob.c1805 rootredcost = SCIPcolGetRedcost(col, stat, lp); in SCIPprobUpdateBestRootSol()
H A Dscip_lp.c1114 return SCIPcolGetRedcost(col, scip->stat, scip->lp); in SCIPgetColRedcost()
H A Dvar.c13207 SCIP_Real redcost = SCIPcolGetRedcost(col, stat, lp); in getImplVarRedcost()
13419 redcost = SCIPcolGetRedcost(col, stat, lp); in SCIPvarGetImplRedcost()
13429 redcost = SCIPcolGetRedcost(col, stat, lp); in SCIPvarGetImplRedcost()
13445 redcost = SCIPcolGetRedcost(col, stat, lp); in SCIPvarGetImplRedcost()
13455 redcost = SCIPcolGetRedcost(col, stat, lp); in SCIPvarGetImplRedcost()
H A Dlp.c3941 SCIP_Real SCIPcolGetRedcost( in SCIPcolGetRedcost() function
3998 redcost = SCIPcolGetRedcost(col, stat, lp); in SCIPcolGetFeasibility()
18560 if( !SCIPsetIsZero(set, SCIPcolGetRedcost(col, stat, lp)) ) in SCIPlpGetDegeneracy()