Struct lpsolve_sys::Struct__BBrec [] [src]

#[repr(C)]
pub struct Struct__BBrec { pub parent: *mut Struct__BBrec, pub child: *mut Struct__BBrec, pub lp: *mut lprec, pub varno: c_int, pub vartype: c_int, pub lastvarcus: c_int, pub lastrcf: c_int, pub nodesleft: c_int, pub nodessolved: c_int, pub nodestatus: c_int, pub noderesult: c_double, pub lastsolution: c_double, pub sc_bound: c_double, pub upbo: *mut c_double, pub lowbo: *mut c_double, pub UPbound: c_double, pub LObound: c_double, pub UBtrack: c_int, pub LBtrack: c_int, pub contentmode: c_uchar, pub sc_canset: c_uchar, pub isSOS: c_uchar, pub isGUB: c_uchar, pub varmanaged: *mut c_int, pub isfloor: c_uchar, pub UBzerobased: c_uchar, }

Fields

Trait Implementations

impl Copy for Struct__BBrec
[src]

impl Clone for Struct__BBrec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__BBrec
[src]

Returns the "default value" for a type. Read more