Type Alias multirec
Source pub type multirec = Struct__multirec;
#[repr(C)]
pub struct multirec {Show 23 fields
pub lp: *mut Struct__lprec,
pub size: i32,
pub used: i32,
pub limit: i32,
pub items: *mut Struct__pricerec,
pub freeList: *mut i32,
pub sortedList: *mut Union_QSORTrec,
pub stepList: *mut f64,
pub valueList: *mut f64,
pub indexSet: *mut i32,
pub active: i32,
pub retries: i32,
pub step_base: f64,
pub step_last: f64,
pub obj_base: f64,
pub obj_last: f64,
pub epszero: f64,
pub maxpivot: f64,
pub maxbound: f64,
pub sorted: u8,
pub truncinf: u8,
pub objcheck: u8,
pub dirty: u8,
}