pub unsafe extern "C" fn SCIPtreeSetProbingLPState(
tree: *mut SCIP_TREE,
blkmem: *mut BMS_BLKMEM,
lp: *mut SCIP_LP,
lpistate: *mut *mut SCIP_LPISTATE,
lpinorms: *mut *mut SCIP_LPINORMS,
primalfeas: c_uint,
dualfeas: c_uint,
) -> SCIP_RETCODEExpand description
sets the LP state for the current probing node
@note state and norms are stored at the node and later released by SCIP; therefore, the pointers are set to NULL by the method
@note the pointers to state and norms must not be NULL; however, they may point to a NULL pointer if the respective information should not be set