Struct glpk_sys::Struct_Unnamed6 [] [src]

pub struct Struct_Unnamed6 {
    pub msg_lev: c_int,
    pub br_tech: c_int,
    pub bt_tech: c_int,
    pub tol_int: c_double,
    pub tol_obj: c_double,
    pub tm_lim: c_int,
    pub out_frq: c_int,
    pub out_dly: c_int,
    pub cb_func: Option<extern fn(T: *mut glp_tree, info: *mut c_void)>,
    pub cb_info: *mut c_void,
    pub cb_size: c_int,
    pub pp_tech: c_int,
    pub mip_gap: c_double,
    pub mir_cuts: c_int,
    pub gmi_cuts: c_int,
    pub cov_cuts: c_int,
    pub clq_cuts: c_int,
    pub presolve: c_int,
    pub binarize: c_int,
    pub fp_heur: c_int,
    pub alien: c_int,
    pub foo_bar: [c_double; 29],
}

Fields

msg_lev: c_int br_tech: c_int bt_tech: c_int tol_int: c_double tol_obj: c_double tm_lim: c_int out_frq: c_int out_dly: c_int cb_func: Option<extern fn(T: *mut glp_tree, info: *mut c_void)> cb_info: *mut c_void cb_size: c_int pp_tech: c_int mip_gap: c_double mir_cuts: c_int gmi_cuts: c_int cov_cuts: c_int clq_cuts: c_int presolve: c_int binarize: c_int fp_heur: c_int alien: c_int foo_bar: [c_double; 29]

Trait Implementations

impl Copy for Struct_Unnamed6
[src]

impl Clone for Struct_Unnamed6
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed6
[src]

fn default() -> Self

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