pub unsafe extern "C" fn SCIProwCreate(
row: *mut *mut SCIP_ROW,
blkmem: *mut BMS_BLKMEM,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
name: *const c_char,
len: c_int,
cols: *mut *mut SCIP_COL,
vals: *mut f64,
lhs: f64,
rhs: f64,
origintype: SCIP_ROWORIGINTYPE,
origin: *mut c_void,
local: c_uint,
modifiable: c_uint,
removable: c_uint,
) -> SCIP_RETCODEExpand description
creates and captures an LP row