Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    methods to include specific nonlinear handlers into SCIP

    This module contains methods to include specific nonlinear handlers into SCIP.

    Note
    All default plugins can be included at once (including all default nonlinear handlers) using SCIPincludeDefaultPlugins()

    Functions

    SCIP_RETCODE SCIPincludeNlhdlrBilinear (SCIP *scip)
     
    SCIP_RETCODE SCIPincludeNlhdlrConvex (SCIP *scip)
     
    SCIP_RETCODE SCIPincludeNlhdlrConcave (SCIP *scip)
     
    SCIP_RETCODE SCIPincludeNlhdlrDefault (SCIP *scip)
     
    SCIP_RETCODE SCIPincludeNlhdlrPerspective (SCIP *scip)
     
    SCIP_RETCODE SCIPincludeNlhdlrQuadratic (SCIP *scip)
     
    SCIP_RETCODE SCIPincludeNlhdlrQuotient (SCIP *scip)
     
    SCIP_RETCODE SCIPincludeNlhdlrSignomial (SCIP *scip)
     
    SCIP_RETCODE SCIPincludeNlhdlrSoc (SCIP *scip)
     

    Function Documentation

    ◆ SCIPincludeNlhdlrBilinear()

    ◆ SCIPincludeNlhdlrConvex()

    ◆ SCIPincludeNlhdlrConcave()

    ◆ SCIPincludeNlhdlrDefault()

    SCIP_RETCODE SCIPincludeNlhdlrDefault ( SCIP scip)

    ◆ SCIPincludeNlhdlrPerspective()

    ◆ SCIPincludeNlhdlrQuadratic()

    ◆ SCIPincludeNlhdlrQuotient()

    SCIP_RETCODE SCIPincludeNlhdlrQuotient ( SCIP scip)

    ◆ SCIPincludeNlhdlrSignomial()

    SCIP_RETCODE SCIPincludeNlhdlrSignomial ( SCIP scip)

    includes signomial nonlinear handler to nonlinear constraint handler

    includes signomial nonlinear handler in nonlinear constraint handler

    Parameters
    scipSCIP data structure

    Definition at line 1106 of file nlhdlr_signomial.c.

    References BMSclearMemory, NLHDLR_DESC, NLHDLR_DETECTPRIORITY, NLHDLR_ENFOPRIORITY, NLHDLR_MAXNUNDERVARS, NLHDLR_MINCUTSCALE, NLHDLR_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPaddIntParam(), SCIPaddRealParam(), SCIPallocBlockMemory, SCIPincludeNlhdlrNonlinear(), SCIPnlhdlrSetCopyHdlr(), SCIPnlhdlrSetFreeExprData(), SCIPnlhdlrSetFreeHdlrData(), SCIPnlhdlrSetSepa(), and TRUE.

    Referenced by SCIP_DECL_NLHDLRCOPYHDLR(), and SCIPincludeDefaultPlugins().

    ◆ SCIPincludeNlhdlrSoc()