Function scip_sys::SCIPconvertRealToInt
source · pub unsafe extern "C" fn SCIPconvertRealToInt(
scip: *mut SCIP,
real: f64
) -> c_intExpand description
converts the given real number representing an integer to an int; in optimized mode the function gets inlined for performance; in debug mode we check some additional conditions