pub unsafe extern "C" fn SCIPprintRowExact(
scip: *mut SCIP,
row: *mut SCIP_ROWEXACT,
file: *mut FILE,
) -> SCIP_RETCODEExpand description
output exact row to file stream via the message handler system
@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_SOLVING - \ref SCIP_STAGE_SOLVED - \ref SCIP_STAGE_EXITSOLVE