pub unsafe extern "C" fn SCIPrationalAdd(
res: *mut SCIP_RATIONAL,
op1: *mut SCIP_RATIONAL,
op2: *mut SCIP_RATIONAL,
)Expand description
adds two rationals and saves the result in res
pub unsafe extern "C" fn SCIPrationalAdd(
res: *mut SCIP_RATIONAL,
op1: *mut SCIP_RATIONAL,
op2: *mut SCIP_RATIONAL,
)adds two rationals and saves the result in res