Function scip_sys::SCIPvarWasFixedAtIndex
source · pub unsafe extern "C" fn SCIPvarWasFixedAtIndex(
var: *mut SCIP_VAR,
bdchgidx: *mut SCIP_BDCHGIDX,
after: c_uint
) -> c_uintExpand description
returns whether the binary variable was fixed at the time given by the bound change index
@deprecated Please use SCIPgetVarWasFixedAtIndex()