pub unsafe extern "C" fn SCIPrationalRoundInteger(
res: *mut SCIP_RATIONAL,
src: *mut SCIP_RATIONAL,
roundmode: SCIP_ROUNDMODE_RAT,
)Expand description
rounds a rational to an integer and saves it as a rational
pub unsafe extern "C" fn SCIPrationalRoundInteger(
res: *mut SCIP_RATIONAL,
src: *mut SCIP_RATIONAL,
roundmode: SCIP_ROUNDMODE_RAT,
)rounds a rational to an integer and saves it as a rational