pub unsafe extern "C" fn SCIPrationalDiffReal(
res: *mut SCIP_RATIONAL,
rat: *mut SCIP_RATIONAL,
real: f64,
)Expand description
subtracts a rational and a real and saves the result in res
pub unsafe extern "C" fn SCIPrationalDiffReal(
res: *mut SCIP_RATIONAL,
rat: *mut SCIP_RATIONAL,
real: f64,
)subtracts a rational and a real and saves the result in res