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