Struct lpsolve_sys::Struct__OBJmonrec [] [src]

#[repr(C)]
pub struct Struct__OBJmonrec { pub lp: *mut lprec, pub oldpivstrategy: c_int, pub oldpivrule: c_int, pub pivrule: c_int, pub ruleswitches: c_int, pub limitstall: [c_int; 2], pub limitruleswitches: c_int, pub idxstep: [c_int; 5], pub countstep: c_int, pub startstep: c_int, pub currentstep: c_int, pub Rcycle: c_int, pub Ccycle: c_int, pub Ncycle: c_int, pub Mcycle: c_int, pub Icount: c_int, pub thisobj: c_double, pub prevobj: c_double, pub objstep: [c_double; 5], pub thisinfeas: c_double, pub previnfeas: c_double, pub epsvalue: c_double, pub spxfunc: [c_char; 10], pub pivdynamic: c_uchar, pub isdual: c_uchar, pub active: c_uchar, }

Fields

Trait Implementations

impl Copy for Struct__OBJmonrec
[src]

impl Clone for Struct__OBJmonrec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__OBJmonrec
[src]

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