SCIPgetNReoptnodes

Function SCIPgetNReoptnodes 

Source
pub unsafe extern "C" fn SCIPgetNReoptnodes(
    scip: *mut SCIP,
    node: *mut SCIP_NODE,
) -> c_int
Expand description

returns the number of nodes in the reoptimization tree induced by @p node; if @p node == NULL, the method returns the number of nodes of the whole reoptimization tree.