pub unsafe extern "C" fn SCIPconvertRealToInt(
    scip: *mut SCIP,
    real: f64
) -> c_int
Expand 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