Struct gurobi_sys::GRBsvec [] [src]

#[repr(C)]
pub struct GRBsvec { pub len: c_int, pub ind: *mut c_int, pub val: *mut c_double, }

Fields

sparse vector length

indices array of the sparse vector

value array of the sparse vector