pub unsafe extern "C" fn SCIProwExactGenerateFpRows(
blkmem: *mut BMS_BLKMEM,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
eventqueue: *mut SCIP_EVENTQUEUE,
lpexact: *mut SCIP_LPEXACT,
prob: *mut SCIP_PROB,
row: *mut SCIP_ROWEXACT,
rowlhs: *mut SCIP_ROW,
rowrhs: *mut SCIP_ROW,
onerowrelax: *mut c_uint,
hasfprelax: *mut c_uint,
) -> SCIP_RETCODEExpand description
populate data of two empty fp rows with data from exact row