SCIP_COLSOLVALS

Type Alias SCIP_COLSOLVALS 

Source
pub type SCIP_COLSOLVALS = SCIP_ColSolVals;
Expand description

collected values of a column which depend on the LP solution We store these values in each column to recover the LP solution at start of diving or probing mode, say, without having to resolve the LP. Note that we do not store the farkascoef value since we do expect a node with infeasible LP to be pruned anyway.

Aliased Type§

#[repr(C)]
pub struct SCIP_COLSOLVALS { pub primsol: f64, pub redcost: f64, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, pub __bindgen_padding_0: [u8; 7], }

Fields§

§primsol: f64

< primal solution value in LP, is 0 if col is not in LP

§redcost: f64

< reduced cost value in LP, or SCIP_INVALID if not yet calculated

§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 7]