pub unsafe extern "C" fn SCIPvarWasFixedEarlier(
var1: *mut SCIP_VAR,
var2: *mut SCIP_VAR,
) -> c_uintExpand 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