pub unsafe extern "C" fn SCIPmakeRowIntegral(
scip: *mut SCIP,
row: *mut SCIP_ROW,
mindelta: f64,
maxdelta: f64,
maxdnom: c_longlong,
maxscale: f64,
usecontvars: c_uint,
success: *mut c_uint,
) -> SCIP_RETCODEExpand description
tries to scale row, s.t. all coefficients (of integer variables) become integral
@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