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