All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Pricestore Struct Reference Detailed Descriptionstorage for priced variables Definition at line 37 of file struct_pricestore.h.
Field Documentation
time needed to price existing problem variables Definition at line 39 of file struct_pricestore.h. Referenced by SCIPpricestoreAddProbVars(), and SCIPpricestoreGetProbPricingTime().
array with priced variables with violated reduced costs sorted by score Definition at line 40 of file struct_pricestore.h. Referenced by pricestoreEnsureVarsMem(), SCIPpricestoreAddVar(), and SCIPpricestoreApplyVars().
score for each priced variable (e.g. |redcost|/no. of nonzeros) Definition at line 41 of file struct_pricestore.h. Referenced by pricestoreEnsureVarsMem(), SCIPpricestoreAddVar(), and SCIPpricestoreApplyVars().
variables where zero violates the bounds Definition at line 42 of file struct_pricestore.h. Referenced by pricestoreEnsureBdviolvarsMem(), SCIPpricestoreAddBdviolvar(), SCIPpricestoreApplyVars(), and SCIPpricestoreResetBounds().
lower bounds of bdviolvars Definition at line 43 of file struct_pricestore.h. Referenced by pricestoreEnsureBdviolvarsMem(), SCIPpricestoreAddBdviolvar(), SCIPpricestoreApplyVars(), and SCIPpricestoreResetBounds().
upper bounds of bdbiolvars Definition at line 44 of file struct_pricestore.h. Referenced by pricestoreEnsureBdviolvarsMem(), SCIPpricestoreAddBdviolvar(), SCIPpricestoreApplyVars(), and SCIPpricestoreResetBounds().
size of vars and score arrays Definition at line 45 of file struct_pricestore.h. Referenced by pricestoreEnsureVarsMem(), and SCIPpricestoreAddVar().
number of priced variables (max. is set->price_maxvars) Definition at line 46 of file struct_pricestore.h. Referenced by SCIPpricestoreAddVar(), SCIPpricestoreApplyVars(), SCIPpricestoreEndInitialLP(), SCIPpricestoreGetNVars(), SCIPpricestoreResetBounds(), and SCIPpricestoreStartInitialLP().
size of bdviolvars, bdviolvarslb, and bdviolvarsub arrays Definition at line 47 of file struct_pricestore.h. Referenced by pricestoreEnsureBdviolvarsMem(), and SCIPpricestoreAddBdviolvar().
number of variables, where zero violates the bounds Definition at line 48 of file struct_pricestore.h. Referenced by SCIPpricestoreAddBdviolvar(), SCIPpricestoreApplyVars(), SCIPpricestoreGetNBoundResets(), SCIPpricestoreGetNVars(), and SCIPpricestoreResetBounds().
number of bound violated variables already added to the LP Definition at line 49 of file struct_pricestore.h. Referenced by SCIPpricestoreAddBdviolvar(), SCIPpricestoreApplyVars(), SCIPpricestoreGetNBoundResets(), SCIPpricestoreGetNVars(), and SCIPpricestoreResetBounds().
total number of calls to problem variable pricing Definition at line 50 of file struct_pricestore.h. Referenced by SCIPpricestoreAddProbVars(), and SCIPpricestoreGetNProbPricings().
total number of problem variables, that were added (and possibly thrown away) Definition at line 51 of file struct_pricestore.h. Referenced by SCIPpricestoreAddProbVars(), and SCIPpricestoreGetNProbvarsFound().
total number of variables, that were added (and possibly thrown away) Definition at line 52 of file struct_pricestore.h. Referenced by SCIPpricestoreAddBdviolvar(), SCIPpricestoreAddVar(), and SCIPpricestoreGetNVarsFound().
total number of variables, that were added to the LP Definition at line 53 of file struct_pricestore.h. Referenced by SCIPpricestoreApplyVars(), and SCIPpricestoreGetNVarsApplied().
is the pricing storage currently being filled with the initial LP columns? Definition at line 54 of file struct_pricestore.h. Referenced by SCIPpricestoreAddBdviolvar(), SCIPpricestoreAddVar(), SCIPpricestoreApplyVars(), SCIPpricestoreEndInitialLP(), and SCIPpricestoreStartInitialLP(). |