pub unsafe extern "C" fn SCIPgenerateFpRowsFromRowExact(
scip: *mut SCIP,
row: *mut SCIP_ROWEXACT,
rowlhs: *mut SCIP_ROW,
rowrhs: *mut SCIP_ROW,
onerowrelax: *mut c_uint,
hasfprelax: *mut c_uint,
) -> SCIP_RETCODEExpand description
generates two fprows that are a relaxation of the exact row wrt the lhs/rhs, respectively
@return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.
@pre this method can be called in one of the following stages of the SCIP solving process: - \ref SCIP_STAGE_INITSOLVE - \ref SCIP_STAGE_SOLVING