#[repr(C)]pub struct dd_lpdata {Show 34 fields
pub filename: dd_DataFileType,
pub objective: dd_LPObjectiveType,
pub solver: dd_LPSolverType,
pub Homogeneous: dd_boolean,
pub m: dd_rowrange,
pub d: dd_colrange,
pub A: dd_Amatrix,
pub B: dd_Bmatrix,
pub objrow: dd_rowrange,
pub rhscol: dd_colrange,
pub numbtype: dd_NumberType,
pub eqnumber: dd_rowrange,
pub equalityset: dd_rowset,
pub redcheck_extensive: dd_boolean,
pub ired: dd_rowrange,
pub redset_extra: dd_rowset,
pub redset_accum: dd_rowset,
pub posset_extra: dd_rowset,
pub lexicopivot: dd_boolean,
pub LPS: dd_LPStatusType,
pub m_alloc: dd_rowrange,
pub d_alloc: dd_colrange,
pub optvalue: mytype,
pub sol: dd_Arow,
pub dsol: dd_Arow,
pub nbindex: dd_colindex,
pub re: dd_rowrange,
pub se: dd_colrange,
pub pivots: [c_long; 5],
pub total_pivots: c_long,
pub use_given_basis: c_int,
pub given_nbindex: dd_colindex,
pub starttime: time_t,
pub endtime: time_t,
}Fields§
§filename: dd_DataFileType§objective: dd_LPObjectiveType§solver: dd_LPSolverType§Homogeneous: dd_boolean§m: dd_rowrange§d: dd_colrange§A: dd_Amatrix§B: dd_Bmatrix§objrow: dd_rowrange§rhscol: dd_colrange§numbtype: dd_NumberType§eqnumber: dd_rowrange§equalityset: dd_rowset§redcheck_extensive: dd_boolean§ired: dd_rowrange§redset_extra: dd_rowset§redset_accum: dd_rowset§posset_extra: dd_rowset§lexicopivot: dd_boolean§LPS: dd_LPStatusType§m_alloc: dd_rowrange§d_alloc: dd_colrange§optvalue: mytype§sol: dd_Arow§dsol: dd_Arow§nbindex: dd_colindex§re: dd_rowrange§se: dd_colrange§pivots: [c_long; 5]§total_pivots: c_long§use_given_basis: c_int§given_nbindex: dd_colindex§starttime: time_t§endtime: time_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for dd_lpdata
impl RefUnwindSafe for dd_lpdata
impl !Send for dd_lpdata
impl !Sync for dd_lpdata
impl Unpin for dd_lpdata
impl UnsafeUnpin for dd_lpdata
impl UnwindSafe for dd_lpdata
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more