SCIPincludeConshdlrExactSol

Function SCIPincludeConshdlrExactSol 

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

creates the handler for ExactSol constraints and includes it in SCIP

@ingroup ConshdlrIncludes