pub unsafe extern "C" fn SCIPnodeselSetInitsol(
nodesel: *mut SCIP_NODESEL,
nodeselinitsol: Option<unsafe extern "C" fn(scip: *mut SCIP, nodesel: *mut SCIP_NODESEL) -> SCIP_RETCODE>,
)Expand description
sets solving process initialization method of node selector