Scippy

    SCIP

    Solving Constraint Integer Programs

    pub_nlhdlr.h File Reference

    Detailed Description

    public functions of nonlinear handlers of nonlinear constraints

    Author
    Ksenia Bestuzheva
    Benjamin Mueller
    Felipe Serrano
    Stefan Vigerske

    Definition in file pub_nlhdlr.h.

    #include "scip/def.h"
    #include "scip/type_scip.h"
    #include "scip/type_nlhdlr.h"

    Go to the source code of this file.

    Functions

    void SCIPnlhdlrSetCopyHdlr (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRCOPYHDLR((*copy)))
     
    void SCIPnlhdlrSetFreeHdlrData (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRFREEHDLRDATA((*freehdlrdata)))
     
    void SCIPnlhdlrSetFreeExprData (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRFREEEXPRDATA((*freeexprdata)))
     
    void SCIPnlhdlrSetInitExit (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRINIT((*init)), SCIP_DECL_NLHDLREXIT((*exit)))
     
    void SCIPnlhdlrSetProp (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRINTEVAL((*inteval)), SCIP_DECL_NLHDLRREVERSEPROP((*reverseprop)))
     
    void SCIPnlhdlrSetSepa (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRINITSEPA((*initsepa)), SCIP_DECL_NLHDLRENFO((*enfo)), SCIP_DECL_NLHDLRESTIMATE((*estimate)), SCIP_DECL_NLHDLREXITSEPA((*exitsepa)))
     
    void SCIPnlhdlrSetSollinearize (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRSOLLINEARIZE((*sollinearize)))
     
    const char * SCIPnlhdlrGetName (SCIP_NLHDLR *nlhdlr)
     
    const char * SCIPnlhdlrGetDesc (SCIP_NLHDLR *nlhdlr)
     
    int SCIPnlhdlrGetDetectPriority (SCIP_NLHDLR *nlhdlr)
     
    int SCIPnlhdlrGetEnfoPriority (SCIP_NLHDLR *nlhdlr)
     
    SCIP_Bool SCIPnlhdlrIsEnabled (SCIP_NLHDLR *nlhdlr)
     
    SCIP_NLHDLRDATASCIPnlhdlrGetData (SCIP_NLHDLR *nlhdlr)
     
    SCIP_Bool SCIPnlhdlrHasIntEval (SCIP_NLHDLR *nlhdlr)
     
    SCIP_Bool SCIPnlhdlrHasReverseProp (SCIP_NLHDLR *nlhdlr)
     
    SCIP_Bool SCIPnlhdlrHasInitSepa (SCIP_NLHDLR *nlhdlr)
     
    SCIP_Bool SCIPnlhdlrHasExitSepa (SCIP_NLHDLR *nlhdlr)
     
    SCIP_Bool SCIPnlhdlrHasEnfo (SCIP_NLHDLR *nlhdlr)
     
    SCIP_Bool SCIPnlhdlrHasEstimate (SCIP_NLHDLR *nlhdlr)
     
    SCIP_Bool SCIPnlhdlrHasSollinearize (SCIP_NLHDLR *nlhdlr)
     
     SCIP_DECL_SORTPTRCOMP (SCIPnlhdlrComp)