SCIPsetIsGT

Function SCIPsetIsGT 

Source
pub unsafe extern "C" fn SCIPsetIsGT(
    set: *mut SCIP_SET,
    val1: f64,
    val2: f64,
) -> c_uint
Expand description

checks if val1 is (more than epsilon) greater than val2