pub unsafe extern "C" fn SCIPlpiLoadColLP(
lpi: *mut SCIP_LPI,
objsen: SCIP_OBJSEN,
ncols: c_int,
obj: *const f64,
lb: *const f64,
ub: *const f64,
colnames: *mut *mut c_char,
nrows: c_int,
lhs: *const f64,
rhs: *const f64,
rownames: *mut *mut c_char,
nnonz: c_int,
beg: *const c_int,
ind: *const c_int,
val: *const f64,
) -> SCIP_RETCODEExpand description
copies LP data with column matrix into LP solver