SCIPnodeGetNDomchg

Function SCIPnodeGetNDomchg 

Source
pub unsafe extern "C" fn SCIPnodeGetNDomchg(
    node: *mut SCIP_NODE,
    nbranchings: *mut c_int,
    nconsprop: *mut c_int,
    nprop: *mut c_int,
)
Expand description

counts the number of bound changes due to branching, constraint propagation, and propagation