pub unsafe extern "C" fn SCIPlpiAddCols(
lpi: *mut SCIP_LPI,
ncols: c_int,
obj: *const f64,
lb: *const f64,
ub: *const f64,
colnames: *mut *mut c_char,
nnonz: c_int,
beg: *const c_int,
ind: *const c_int,
val: *const f64,
) -> SCIP_RETCODEExpand description
adds columns to the LP
@note ind array is not checked for duplicates, problems may appear if indices are added more than once