SCIP_NODE

Type Alias SCIP_NODE 

Source
pub type SCIP_NODE = SCIP_Node;
Expand description

node data structure

Aliased Type§

#[repr(C)]
pub struct SCIP_NODE { pub number: i64, pub lowerbound: f64, pub lowerboundexact: *mut SCIP_Rational, pub estimate: f64, pub data: SCIP_Node__bindgen_ty_1, pub parent: *mut SCIP_Node, pub conssetchg: *mut SCIP_ConsSetChg, pub domchg: *mut SCIP_DomChg, pub _bitfield_align_1: [u32; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 11]>, pub __bindgen_padding_0: [u8; 5], }

Fields§

§number: i64

< successively assigned number of the node

§lowerbound: f64

< lower (dual) bound of subtree

§lowerboundexact: *mut SCIP_Rational

< lower (dual) rational bound of subtree

§estimate: f64

< estimated value of feasible solution in subtree

§data: SCIP_Node__bindgen_ty_1§parent: *mut SCIP_Node

< parent node in the tree

§conssetchg: *mut SCIP_ConsSetChg

< constraint set changes at this node or NULL

§domchg: *mut SCIP_DomChg

< domain changes at this node or NULL

§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 11]>§__bindgen_padding_0: [u8; 5]