pub unsafe extern "C" fn SCIPtreeGetLowerboundExact(
tree: *mut SCIP_TREE,
set: *mut SCIP_SET,
) -> *mut SCIP_RATIONALExpand description
gets the minimal exact lower bound of all nodes in the tree or NULL if empty
@note The user must not modify the return value.