pub unsafe extern "C" fn SCIPvarWasFixedAtIndex(
    var: *mut SCIP_VAR,
    bdchgidx: *mut SCIP_BDCHGIDX,
    after: c_uint
) -> c_uint
Expand description

returns whether the binary variable was fixed at the time given by the bound change index

@deprecated Please use SCIPgetVarWasFixedAtIndex()