Function SCIPvarWasFixedEarlier

Source
pub unsafe extern "C" fn SCIPvarWasFixedEarlier(
    var1: *mut SCIP_VAR,
    var2: *mut SCIP_VAR,
) -> c_uint
Expand description

returns whether the first binary variable was fixed earlier than the second one; returns FALSE, if the first variable is not fixed, and returns TRUE, if the first variable is fixed, but the second one is not fixed