SCIPincludeConshdlrVarbound

Function SCIPincludeConshdlrVarbound 

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

creates the handler for variable bound constraints and includes it in SCIP

@ingroup ConshdlrIncludes