pub unsafe extern "C" fn SCIProwExactCreateFromRow(
fprow: *mut SCIP_ROW,
blkmem: *mut BMS_BLKMEM,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
eventqueue: *mut SCIP_EVENTQUEUE,
prob: *mut SCIP_PROB,
lpexact: *mut SCIP_LPEXACT,
) -> SCIP_RETCODEExpand description
creates and captures an exact LP row from a fp row
@note This may change the floating-point coefficients slightly if the rational representation is rounded to smaller denominators according to parameter exact/cutmaxdenom.