pub unsafe extern "C" fn SCIPrationalGetSign(
rational: *const SCIP_RATIONAL,
) -> c_intExpand description
returns the sign of the rational (1 if positive, -1 if negative, 0 if zero)
pub unsafe extern "C" fn SCIPrationalGetSign(
rational: *const SCIP_RATIONAL,
) -> c_intreturns the sign of the rational (1 if positive, -1 if negative, 0 if zero)