SCIPincludeConshdlrCountsols

Function SCIPincludeConshdlrCountsols 

Source
pub unsafe extern "C" fn SCIPincludeConshdlrCountsols(
    scip: *mut SCIP,
) -> SCIP_RETCODE
Expand description

creates the handler for countsol constraints and includes it in SCIP

@ingroup ConshdlrIncludes