pub unsafe extern "C" fn SCIPnodeGetPropsAfterDual(
node: *mut SCIP_NODE,
vars: *mut *mut SCIP_VAR,
varbounds: *mut f64,
varboundtypes: *mut SCIP_BOUNDTYPE,
nvars: *mut c_int,
varssize: c_int,
)Expand description
return bound changes on non-continuous variables based on constraint and propagator propagation
Start saving the bound changes when a propagation based on a dual information is reached.
@note Currently, we can only detect bound changes based in dual information if they arise from strong branching.