SCIPcolGetStrongbranchLast

Function SCIPcolGetStrongbranchLast 

Source
pub unsafe extern "C" fn SCIPcolGetStrongbranchLast(
    col: *mut SCIP_COL,
    down: *mut f64,
    up: *mut f64,
    downvalid: *mut c_uint,
    upvalid: *mut c_uint,
    solval: *mut f64,
    lpobjval: *mut f64,
)
Expand description

gets last strong branching information available for a column variable; returns values of SCIP_INVALID, if strong branching was not yet called on the given column; keep in mind, that the returned old values may have nothing to do with the current LP solution